Enum RelationCopyMethod
Relation copy methods.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public enum RelationCopyMethodFields
| Name | Description |
|---|---|
| Copy |
Creates references to copies of the associated entities. |
| Ignore |
Skips the relation and the original value of the destination entity is kept. |
| Keep |
Creates references to the same associated entities. |
| Remove |
Creates an empty relation. |