Class VariationLabelEntity
Class represents variation label
Inheritance
System.Object
VariationLabelEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class VariationLabelEntity : object
Properties
Description
The variation label description
Declaration
public string Description { get; set; }
Property Value
System.
|
FlagControlDisplayName
The flag to control display name
Declaration
public string FlagControlDisplayName { get; set; }
Property Value
System.
|
HierarchyCreationMode
The hierarchy creation mode
Declaration
public string HierarchyCreationMode { get; set; }
Property Value
System.
|
IsCreated
Gets a value indicating whether the variation label has been created
Declaration
public bool IsCreated { get; }
Property Value
System.
|
IsSource
Set as source variation
Declaration
public bool IsSource { get; set; }
Property Value
System.
|
Language
The variation label language
Declaration
public string Language { get; set; }
Property Value
System.
|
Locale
The variation label locale
Declaration
public uint Locale { get; set; }
Property Value
System.
|
Title
The variation label title
Declaration
public string Title { get; set; }
Property Value
System.
|