Search Results for

    Show / Hide Table of Contents

    Interface IEffectiveInformationRightsManagementSettings

    Public interface to define a EffectiveInformationRightsManagementSettings object

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

    Properties

    AllowPrint

    Gets whether print is allowed for this file.

    Declaration
    bool AllowPrint { get; }
    Property Value
    bool

    AllowScript

    Gets whether script is alloed for this file.

    Declaration
    bool AllowScript { get; }
    Property Value
    bool

    AllowWriteCopy

    Gets whether writing copy is allowed for this file.

    Declaration
    bool AllowWriteCopy { get; }
    Property Value
    bool

    DisableDocumentBrowserView

    Gets whether document browser view is disabled for this file.

    Declaration
    bool DisableDocumentBrowserView { get; }
    Property Value
    bool

    DocumentAccessExpireDays

    Gets the access expiry in days for this file.

    Declaration
    int DocumentAccessExpireDays { get; }
    Property Value
    int

    DocumentLibraryProtectionExpireDate

    Gets the document library protection expiry date.

    Declaration
    DateTime DocumentLibraryProtectionExpireDate { get; }
    Property Value
    DateTime

    EnableDocumentAccessExpire

    Gets access expiry for this file.

    Declaration
    bool EnableDocumentAccessExpire { get; }
    Property Value
    bool

    EnableDocumentBrowserPublishingView

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

    Declaration
    bool EnableDocumentBrowserPublishingView { get; }
    Property Value
    bool

    EnableGroupProtection

    Gets whether group protection is enabled on this file.

    Declaration
    bool EnableGroupProtection { get; }
    Property Value
    bool

    EnableLicenseCacheExpire

    Gets whether license cache expiry is enabled on this file.

    Declaration
    bool EnableLicenseCacheExpire { get; }
    Property Value
    bool

    GroupName

    Gets the IRM group name of the file.

    Declaration
    string GroupName { get; }
    Property Value
    string

    IrmEnabled

    Gets whether IRM is enabled on this file.

    Declaration
    bool IrmEnabled { get; }
    Property Value
    bool

    LicenseCacheExpireDays

    Gets the license cache expiry in days for this file.

    Declaration
    int LicenseCacheExpireDays { get; }
    Property Value
    int

    PolicyDescription

    Gets the policy description for this file.

    Declaration
    string PolicyDescription { get; }
    Property Value
    string

    PolicyTitle

    Gets the policy title for this file.

    Declaration
    string PolicyTitle { get; }
    Property Value
    string

    SettingSource

    Gets the source of this setting.

    Declaration
    SPEffectiveInformationRightsManagementSettingsSource SettingSource { get; }
    Property Value
    SPEffectiveInformationRightsManagementSettingsSource

    TemplateId

    Gets the IRM template id for this file.

    Declaration
    string TemplateId { get; }
    Property Value
    string

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, params 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