Search Results for

    Show / Hide Table of Contents

    Class PnPProperties

    Properties of the PnP OpenXML container

    Inheritance
    System.Object
    PnPProperties
    Namespace: PnP.Framework.Provisioning.Connectors.OpenXML.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class PnPProperties : object

    Properties

    Author

    Author of the PnP OpenXML file

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

    CreationDateTime

    Date and Time of creation for the PnP OpenXML file

    Declaration
    public DateTime CreationDateTime { get; set; }
    Property Value
    DateTime

    Generator

    Name of the Generator (engine) of the PnP OpenXML file

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

    Id

    Unique ID for the PnP OpenXML file

    Declaration
    public Guid Id { get; set; }
    Property Value
    Guid

    TemplateFileName

    Declaration
    public string TemplateFileName { 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