Search Results for

    Show / Hide Table of Contents

    Class PnPInfo

    Global container of the PnP OpenXML file

    Inheritance
    System.Object
    PnPInfo
    Namespace: PnP.Framework.Provisioning.Connectors.OpenXML.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class PnPInfo : object

    Properties

    Files

    Files contained in the PnP OpenXML file

    Declaration
    public List<PnPFileInfo> Files { get; set; }
    Property Value
    List<PnPFileInfo>

    FilesMap

    Defines the mapping between original file names and OpenXML file names

    Declaration
    public PnPFilesMap FilesMap { get; set; }
    Property Value
    PnPFilesMap

    Manifest

    The Manifest of the PnP OpenXML file

    Declaration
    public PnPManifest Manifest { get; set; }
    Property Value
    PnPManifest

    Properties

    Custom properties of the PnP OpenXML file

    Declaration
    public PnPProperties Properties { get; set; }
    Property Value
    PnPProperties

    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)
    PnPPackageExtensions.PackTemplateAsStream(PnPInfo)
    PnPPackageExtensions.PackTemplate(PnPInfo)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer