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 [FlagsAttribute]
public enum CopyOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No special options.
|
| CopyFolderAuthorizations | 1 |
Copies the authorizations from the source folders.
|
| CopyObjectAuthorizations | 2 |
Copies the authorizations from the source objects.
|
| CheckFolderAuthorization | 4 |
Checks if the specified user name has read permissions
on the folders to be copied.
|
| CheckObjectAuthorization | 8 |
Checks if the specified user name has read permissions
on the objects to be copied.
|
| CopyOutboundRelationships | 16 |
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.
|
| CopyInboundRelationships | 32 |
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