Class GovernancePolicyZipPartDownloadedDetails
Downloaded content from a policy.
Inheritance
System.Object
GovernancePolicyZipPartDownloadedDetails
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 GovernancePolicyZipPartDownloadedDetails
Constructors
| Improve this Doc View SourceGovernancePolicyZipPartDownloadedDetails(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 |
---|---|---|
System.String | governancePolicyId | Policy ID. |
System.String | name | Policy name. |
System.String | exportName | Export name. |
PolicyType | policyType | Policy type. |
System.String | part | Part. |
Properties
| Improve this Doc View SourceExportName
Export name.
Declaration
public string ExportName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Part
Part.
Declaration
public string Part { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
PolicyType |