Interface IRelationCopyOption
Represents options for copying an entity's relation.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelationCopyOptionProperties
Method
Gets or sets copy method name.
Declaration
RequestResponse
RelationCopyMethod Method { get; set; }Property Value
| Type | Description |
|---|---|
| RelationCopyMethod |
Name
Gets or sets relation name.
Declaration
RequestResponse
string Name { get; set; }Property Value
| Type | Description |
|---|---|
| string |
RelatedCopyOptions
Gets or sets copy options of related entities.
Declaration
RequestResponse
IEntityCopyOptions RelatedCopyOptions { get; set; }Property Value
| Type | Description |
|---|---|
| IEntityCopyOptions |