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.2.0.0 (7.2.7583.15464)
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