Class PnPPackageFileItem
Defines a single file in the PnP Open XML file package
Inheritance
System.Object
PnPPackageFileItem
Namespace: PnP.Framework.Provisioning.Connectors.OpenXML
Assembly: PnP.Framework.dll
Syntax
public class PnPPackageFileItem : object
Properties
Content
Content of the package file item
Declaration
public byte[] Content { get; set; }
Property Value
System.Byte[]
|
Folder
Folder containing the package file item
Declaration
public string Folder { get; set; }
Property Value
System.String
|
Name
Name of the package file item
Declaration
public string Name { get; set; }
Property Value
System.String
|