1. Stylelabs.M.Sdk.Models.Content

Interface IPropertyCopyOption

Represents options for copying an entity's property.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IPropertyCopyOption

Properties

Method

Gets or sets copy method name.

Declaration

PropertyCopyMethod Method { get; set; }

Property Value

TypeDescription
PropertyCopyMethod

Name

Gets or sets property name.

Declaration

string Name { get; set; }

Property Value

TypeDescription
string

NewValue

Gets or sets new value of property.

Declaration

string NewValue { get; set; }

Property Value

TypeDescription
string
If you have suggestions for improving this article, let us know!