Enum PropertyCopyMethod
Property copy methods.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public enum PropertyCopyMethod
Fields
Name | Description |
---|---|
Ignore |
Skips the property and the original value of the destination entity is kept. |
Keep |
Keeps the value of the property. |
Overwrite |
Overwrites the value of the property. |
Remove |
Removes the value of the property. |