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.
|
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.
|
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.
|
EmailSubject
The subject of the notification email.
Declaration
public string EmailSubject { get; set; }
Property Value
System.
|
Name
The name of the policy
Declaration
public string Name { get; set; }
Property Value
System.
|