Search Results for

    Show / Hide Table of Contents

    Interface IInformationRightsManagementFileSettings

    Public interface to define a InformationRightsManagementFileSettings object

    Inherited Members
    IDataModel<IInformationRightsManagementFileSettings>.Requested
    IDataModel<IInformationRightsManagementFileSettings>.HasValue(String)
    IDataModel<IInformationRightsManagementFileSettings>.HasChanged(String)
    IDataModel<IInformationRightsManagementFileSettings>.IsPropertyAvailable(Expression<Func<IInformationRightsManagementFileSettings, Object>>)
    IDataModel<IInformationRightsManagementFileSettings>.ArePropertiesAvailable(Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModel<IInformationRightsManagementFileSettings>.EnsureProperties(Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModel<IInformationRightsManagementFileSettings>.EnsurePropertiesAsync(Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequest(ApiRequest)
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IInformationRightsManagementFileSettings>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IInformationRightsManagementFileSettings>.GetBatchAsync(Batch, Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModelGet<IInformationRightsManagementFileSettings>.GetAsync(Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModelLoad<IInformationRightsManagementFileSettings>.LoadBatchAsync(Batch, Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    IDataModelLoad<IInformationRightsManagementFileSettings>.LoadAsync(Expression<Func<IInformationRightsManagementFileSettings, Object>>[])
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IInformationRightsManagementFileSettings : IDataModel<IInformationRightsManagementFileSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<IInformationRightsManagementFileSettings>, IDataModelGet<IInformationRightsManagementFileSettings>, IDataModelLoad<IInformationRightsManagementFileSettings>

    Properties

    AllowPrint

    Gets or sets whether print is allowed for this file.

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

    AllowScript

    Gets or sets whether script is alloed for this file.

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

    AllowWriteCopy

    Gets or sets whether writing copy is allowed for this file.

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

    DisableDocumentBrowserView

    Gets or sets whether document browser view is disabled for this file.

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

    DocumentAccessExpireDays

    Gets or sets the access expiry in days for this file.

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

    EnableDocumentAccessExpire

    Gets or sets access expiry for this file.

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

    EnableDocumentBrowserPublishingView

    Gets or sets whether document browser publishing view is enabled for this file.

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

    EnableGroupProtection

    Gets or sets whether group protection is enabled on this file.

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

    EnableLicenseCacheExpire

    Gets or sets whether license cache expiry is enabled on this file.

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

    GroupName

    Gets or sets the IRM group name of the file.

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

    IrmEnabled

    Gets or sets whether IRM is enabled on this file.

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

    LicenseCacheExpireDays

    Gets or sets the license cache expiry in days for this file.

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

    PolicyDescription

    Gets or sets the policy description for this file.

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

    PolicyTitle

    Gets or sets the policy title for this file.

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

    TemplateId

    Gets or sets the IRM template id for this file.

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

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer