Search Results for

    Show / Hide Table of Contents

    Enum EcmSiteRecordRestrictions

    Specify restrictions to place on a document or item once it has been declared as a record. Changing this setting will not affect items which have already been declared records.

    Namespace: PnP.Framework
    Assembly: PnP.Framework.dll
    Syntax
    public enum EcmSiteRecordRestrictions : int

    BlockDelete

    Records can be edited but not deleted

    BlockEdit

    Records cannot be edited or deleted. Any change will require the record declaration to be revoked

    None

    Records are no more restricted than non-records

    Unknown

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<EcmSiteRecordRestrictions>(String)
    ObjectExtensions.Set<EcmSiteRecordRestrictions, T>(Expression<Func<EcmSiteRecordRestrictions, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer