Search Results for

    Show / Hide Table of Contents

    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.String

    FlagControlDisplayName

    The flag to control display name

    Declaration
    public string FlagControlDisplayName { get; set; }
    Property Value
    System.String

    HierarchyCreationMode

    The hierarchy creation mode

    Declaration
    public string HierarchyCreationMode { get; set; }
    Property Value
    System.String

    IsCreated

    Gets a value indicating whether the variation label has been created

    Declaration
    public bool IsCreated { get; }
    Property Value
    System.Boolean

    IsSource

    Set as source variation

    Declaration
    public bool IsSource { get; set; }
    Property Value
    System.Boolean

    Language

    The variation label language

    Declaration
    public string Language { get; set; }
    Property Value
    System.String

    Locale

    The variation label locale

    Declaration
    public uint Locale { get; set; }
    Property Value
    System.UInt32

    Title

    The variation label title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer