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.
|
FolderRelativePath
The Path of the folder, Rootfolder of the document library is "/"
Declaration
public string FolderRelativePath { get; set; }
Property Value
System.
|
TermPaths
Taxonomy paths in the shape of "TermGroup|TermSet|Term"
Declaration
public IList<string> TermPaths { get; }
Property Value
IList<System.
|