Search Results for

    Show / Hide Table of Contents

    Class PnPManifest

    Manifest of a PnP OpenXML file

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

    Properties

    Type

    The Type of the package file defined by the current manifest

    Declaration
    public PackageType Type { get; set; }
    Property Value
    PackageType

    Version

    The version of the package file

    Declaration
    public string Version { get; }
    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