• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GovernancePolicyCreateDetails

Activated a new policy.

Inheritance
System.Object
GovernancePolicyCreateDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyCreateDetails

Constructors

| Improve this Doc View Source

GovernancePolicyCreateDetails(String, String, DurationLogInfo, PolicyType, IEnumerable<String>)

Initializes a new instance of the GovernancePolicyCreateDetails class.

Declaration
public GovernancePolicyCreateDetails(string governancePolicyId, string name, DurationLogInfo duration, PolicyType policyType = null, IEnumerable<string> folders = null)
Parameters
Type Name Description
System.String governancePolicyId

Policy ID.

System.String name

Policy name.

DurationLogInfo duration

Duration in days.

PolicyType policyType

Policy type.

System.Collections.Generic.IEnumerable<System.String> folders

Folders.

Properties

| Improve this Doc View Source

Duration

Duration in days.

Declaration
public DurationLogInfo Duration { get; protected set; }
Property Value
Type Description
DurationLogInfo
| Improve this Doc View Source

Folders

Folders.

Declaration
public IList<string> Folders { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

GovernancePolicyId

Policy ID.

Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Policy name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PolicyType

Policy type.

Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type Description
PolicyType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GovernancePolicyCreateDetails(String, String, DurationLogInfo, PolicyType, IEnumerable<String>)
  • Properties
    • Duration
    • Folders
    • GovernancePolicyId
    • Name
    • PolicyType
Back to top Generated by DocFX