Search Results for

    Show / Hide Table of Contents

    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

    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