Show / Hide Table of Contents

Class GovernancePolicyContentDisposedDetails

Content disposed.

Inheritance
System.Object
GovernancePolicyContentDisposedDetails
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 GovernancePolicyContentDisposedDetails

Constructors

| Improve this Doc View Source

GovernancePolicyContentDisposedDetails(String, String, DispositionActionType, PolicyType)

Initializes a new instance of the GovernancePolicyContentDisposedDetails class.

Declaration
public GovernancePolicyContentDisposedDetails(string governancePolicyId, string name, DispositionActionType dispositionType, PolicyType policyType = null)
Parameters
Type Name Description
System.String governancePolicyId

Policy ID.

System.String name

Policy name.

DispositionActionType dispositionType

Disposition type.

PolicyType policyType

Policy type.

Properties

| Improve this Doc View Source

DispositionType

Disposition type.

Declaration
public DispositionActionType DispositionType { get; protected set; }
Property Value
Type Description
DispositionActionType
| 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
    • GovernancePolicyContentDisposedDetails(String, String, DispositionActionType, PolicyType)
  • Properties
    • DispositionType
    • GovernancePolicyId
    • Name
    • PolicyType
Back to top Generated by DocFX