Search Results for

    Show / Hide Table of Contents

    Enum EcmListManualRecordDeclaration

    Specifies whether this list should allow the manual declaration of records. When manual record declaration is unavailable, records can only be declared through a policy or workflow.

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

    AlwaysAllowManualDeclaration

    Always allow to manual declare records in this list

    NeverAllowManualDeclaration

    Never allow to manual declare records in this list

    Unknown

    UseSiteCollectionDefaults

    Use the site collection defaults

    Extension Methods

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