Click or drag to resize

ModelUtilsCopyOptions Enumeration

Flags for the Copy method.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
[FlagsAttribute]
public enum CopyOptions
Members
  Member nameValueDescription
None0 No special options.
CopyFolderAuthorizations1 Copies the authorizations from the source folders.
CopyObjectAuthorizations2 Copies the authorizations from the source objects.
CheckFolderAuthorization4 Checks if the specified user name has read permissions on the folders to be copied.
CheckObjectAuthorization8 Checks if the specified user name has read permissions on the objects to be copied.
CopyOutboundRelationships16 Copy relationships that go from objects to be copied to objects not to be copied. If this leads to cardinality violations, the method call will fail. The caller is responsible for deciding if this option can be used consistently.
CopyInboundRelationships32 Copy relationships that go from objects not to be copied to objects to be copied. If this leads to cardinality violations, the method call will fail. The caller is responsible for deciding if this option can be used consistently.
See Also