Search Results for

    Show / Hide Table of Contents

    Class AuditSettings

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

    Properties

    Audit

    Declaration
    public AuditSettingsAudit[] Audit { get; set; }
    Property Value
    AuditSettingsAudit[]

    AuditLogTrimmingRetention

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

    AuditLogTrimmingRetentionSpecified

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

    TrimAuditLog

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

    TrimAuditLogSpecified

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

    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