Search Results for

    Show / Hide Table of Contents

    Class DocumentSetTemplate

    Inheritance
    System.Object
    DocumentSetTemplate
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class DocumentSetTemplate : object

    Constructors

    DocumentSetTemplate()

    Declaration
    public DocumentSetTemplate()

    Properties

    AllowedContentTypes

    Declaration
    public DocumentSetTemplateAllowedContentTypes AllowedContentTypes { get; set; }
    Property Value
    DocumentSetTemplateAllowedContentTypes

    DefaultDocuments

    Declaration
    public DocumentSetTemplateDefaultDocument[] DefaultDocuments { get; set; }
    Property Value
    DocumentSetTemplateDefaultDocument[]

    SharedFields

    Declaration
    public DocumentSetFieldRef[] SharedFields { get; set; }
    Property Value
    DocumentSetFieldRef[]

    UpdateChildren

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

    WelcomePage

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

    WelcomePageFields

    Declaration
    public DocumentSetFieldRef[] WelcomePageFields { get; set; }
    Property Value
    DocumentSetFieldRef[]

    XmlDocuments

    Declaration
    public DocumentSetTemplateXmlDocuments XmlDocuments { get; set; }
    Property Value
    DocumentSetTemplateXmlDocuments

    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