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: 7.0.0.0 (7.0.6906.26599)
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