Search Results for

    Show / Hide Table of Contents

    Class PublishingDesignPackage

    Inheritance
    System.Object
    PublishingDesignPackage
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class PublishingDesignPackage : object

    Properties

    DesignPackagePath

    Declaration
    public string DesignPackagePath { get; set; }
    Property Value
    System.String

    MajorVersion

    Declaration
    public int MajorVersion { get; set; }
    Property Value
    System.Int32

    MajorVersionSpecified

    Declaration
    public bool MajorVersionSpecified { get; set; }
    Property Value
    System.Boolean

    MinorVersion

    Declaration
    public int MinorVersion { get; set; }
    Property Value
    System.Int32

    MinorVersionSpecified

    Declaration
    public bool MinorVersionSpecified { get; set; }
    Property Value
    System.Boolean

    PackageGuid

    Declaration
    public string PackageGuid { get; set; }
    Property Value
    System.String

    PackageName

    Declaration
    public string PackageName { 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