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
|