Class PnPManifest
Manifest of a PnP OpenXML file
Inheritance
System.Object
PnPManifest
Namespace: PnP.Framework.Provisioning.Connectors.OpenXML.Model
Assembly: PnP.Framework.dll
Syntax
public class PnPManifest : object
Properties
Type
The Type of the package file defined by the current manifest
Declaration
public PackageType Type { get; set; }
Property Value
PackageType
|
Version
The version of the package file
Declaration
public string Version { get; }
Property Value
System.String
|