Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer