Search Results for

    Show / Hide Table of Contents

    Class SitePolicyEntity

    Properties of a site policy object

    Inheritance
    System.Object
    SitePolicyEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class SitePolicyEntity : object

    Properties

    Description

    The description of the policy

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

    EmailBody

    The body of the notification email if there is no site mailbox associated with the site.

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

    EmailBodyWithTeamMailbox

    The body of the notification email if there is a site mailbox associated with the site.

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

    EmailSubject

    The subject of the notification email.

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

    Name

    The name of the policy

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

    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