Dropbox .NET SDK

Class GovernancePolicyExportRemovedDetails

Removed a policy download.

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

Constructors

View Source

GovernancePolicyExportRemovedDetails(string, string, string, PolicyType)

Initializes a new instance of the GovernancePolicyExportRemovedDetails class.

Declaration
public GovernancePolicyExportRemovedDetails(string governancePolicyId, string name, string exportName, PolicyType policyType = null)
Parameters
Type Name Description
string governancePolicyId

Policy ID.

string name

Policy name.

string exportName

Export name.

PolicyType policyType

Policy type.

Properties

View Source

ExportName

Export name.

Declaration
public string ExportName { get; protected set; }
Property Value
Type Description
string
View Source

GovernancePolicyId

Policy ID.

Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type Description
string
View Source

Name

Policy name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
string
View Source

PolicyType

Policy type.

Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type Description
PolicyType
  • View Source
In this article
Back to top Dropbox .NET SDK