Search Results for

    Show / Hide Table of Contents

    Class File

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

    Constructors

    File()

    Declaration
    public File()

    Properties

    Folder

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

    Level

    Declaration
    public FileLevel Level { get; set; }
    Property Value
    FileLevel

    LevelSpecified

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

    Overwrite

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

    Properties

    Declaration
    public StringDictionaryItem[] Properties { get; set; }
    Property Value
    StringDictionaryItem[]

    Security

    Declaration
    public ObjectSecurity Security { get; set; }
    Property Value
    ObjectSecurity

    Src

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

    TargetFileName

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

    WebParts

    Declaration
    public WebPartPageWebPart[] WebParts { get; set; }
    Property Value
    WebPartPageWebPart[]

    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