Dropbox .NET SDK

Class GovernancePolicyZipPartDownloadedDetails

Downloaded content from a policy.

Inheritance
object
GovernancePolicyZipPartDownloadedDetails
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 GovernancePolicyZipPartDownloadedDetails

Constructors

View Source

GovernancePolicyZipPartDownloadedDetails(string, string, string, PolicyType, string)

Initializes a new instance of the GovernancePolicyZipPartDownloadedDetails class.

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

Policy ID.

string name

Policy name.

string exportName

Export name.

PolicyType policyType

Policy type.

string part

Part.

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

Part

Part.

Declaration
public string Part { 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