Click or drag to resize
IObjectCopyTo Method
Copies the object. Attributes of the object are copied, relationships not.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IObject CopyTo(
	IFolder pFolder
)

Parameters

pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder the new object is to be copied to

Return Value

Type: IObject
The new object
See Also