Class PnPFileInfo
File descriptor for every single file in the PnP OpenXML file
Inheritance
System.Object
PnPFileInfo
Namespace: PnP.Framework.Provisioning.Connectors.OpenXML.Model
Assembly: PnP.Framework.dll
Syntax
public class PnPFileInfo : object
Properties
Content
The binary content of the file
Declaration
public Byte[] Content { get; set; }
Property Value
Byte[]
|
Folder
The name of the folder within the PnP OpenXML file
Declaration
public string Folder { get; set; }
Property Value
System.String
|
InternalName
The Internal Name of the file in the PnP OpenXML file
Declaration
public string InternalName { get; set; }
Property Value
System.String
|
OriginalName
The Original Name of the file in the source template
Declaration
public string OriginalName { get; set; }
Property Value
System.String
|