Class PnPInfo
Global container of the PnP OpenXML file
Inheritance
System.Object
PnPInfo
Namespace: PnP.Framework.Provisioning.Connectors.OpenXML.Model
Assembly: PnP.Framework.dll
Syntax
public class PnPInfo : object
Properties
Files
Files contained in the PnP OpenXML file
Declaration
public List<PnPFileInfo> Files { get; set; }
Property Value
List<PnPFileInfo>
|
FilesMap
Defines the mapping between original file names and OpenXML file names
Declaration
public PnPFilesMap FilesMap { get; set; }
Property Value
PnPFilesMap
|
Manifest
The Manifest of the PnP OpenXML file
Declaration
public PnPManifest Manifest { get; set; }
Property Value
PnPManifest
|
Properties
Custom properties of the PnP OpenXML file
Declaration
public PnPProperties Properties { get; set; }
Property Value
PnPProperties
|