Search Results for

    Show / Hide Table of Contents

    Class DefaultColumnTermPathValue

    Specifies a default column value for a document library

    Inheritance
    System.Object
    DefaultColumnTermPathValue
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class DefaultColumnTermPathValue : object

    Constructors

    DefaultColumnTermPathValue()

    Default Constructor

    Declaration
    public DefaultColumnTermPathValue()

    Properties

    FieldInternalName

    The internal name of the field

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

    FolderRelativePath

    The Path of the folder, Rootfolder of the document library is "/"

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

    TermPaths

    Taxonomy paths in the shape of "TermGroup|TermSet|Term"

    Declaration
    public IList<string> TermPaths { get; }
    Property Value
    IList<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