Class GovernancePolicyZipPartDownloadedDetails
Downloaded content from a policy.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyZipPartDownloadedDetails
Constructors
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 |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| string | exportName | Export name. |
| PolicyType | policyType | Policy type. |
| string | part | Part. |
Properties
View SourceExportName
Export name.
Declaration
public string ExportName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Part
Part.
Declaration
public string Part { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PolicyType |