Méthode | Description | |
---|---|---|
BoxRetentionPoliciesManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
CreateRetentionPolicyAssignmentAsync ( |
Creates a retention policy assignment that associates a retention policy with either a folder or an enterprise
|
|
CreateRetentionPolicyAsync ( |
Used to create a new retention policy.
|
|
GetFileVersionRetentionAsync ( string fileVersionRetentionId, List |
Used to retrieve information about a file version retention.
|
|
GetFileVersionRetentionsAsync ( List |
Retrieves all file version retentions for the given enterprise.
|
|
GetRetentionPoliciesAsync ( string policyName = null, string policyType = null, string createdByUserId = null, List |
Retrieves all of the retention policies for the given enterprise.
|
|
GetRetentionPolicyAssignmentAsync ( string retentionPolicyAssignmentId, List |
Used to retrieve information about a retention policy assignment.
|
|
GetRetentionPolicyAssignmentsAsync ( string retentionPolicyId, string type = null, List |
Returns a list of all retention policy assignments associated with a specified retention policy.
|
|
GetRetentionPolicyAsync ( string id, List |
Used to retrieve information about a retention policy.
|
|
UpdateRetentionPolicyAsync ( string id, |
Used to update a retention policy.
|
public BoxRetentionPoliciesManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
config | IBoxConfig | |
service | IBoxService | |
converter | IBoxConverter | |
auth | IAuthRepository | |
asUser | string | |
suppressNotifications | bool | |
Résultat | Box.V2.Auth |
public CreateRetentionPolicyAssignmentAsync ( |
||
policyAssignmentRequest | ||
fields | List |
Attribute(s) to include in the response. |
Résultat | Task |
public CreateRetentionPolicyAsync ( |
||
retentionPolicyRequest | BoxRetentionPolicyRequest object. | |
Résultat | Task |
public GetFileVersionRetentionAsync ( string fileVersionRetentionId, List |
||
fileVersionRetentionId | string | ID of the file version retention policy. |
fields | List |
Attribute(s) to include in the response. |
Résultat | Task |
public GetFileVersionRetentionsAsync ( List |
||
fields | List |
Attribute(s) to include in the response. |
limit | int | Limit result size to this number. Defaults to 100, maximum is 1,000. |
marker | string | Take from "next_marker" column of a prior call to get the next page. |
autoPaginate | bool | Whether or not to auto-paginate to fetch all items; defaults to false. |
Résultat | Task |
public GetRetentionPoliciesAsync ( string policyName = null, string policyType = null, string createdByUserId = null, List |
||
policyName | string | A name to filter the retention policies by. A trailing partial match search is performed. |
policyType | string | A policy type to filter the retention policies by. |
createdByUserId | string | A user id to filter the retention policies by. |
fields | List |
Attribute(s) to include in the response. |
limit | int | Limit result size to this number. Defaults to 100, maximum is 1,000. |
marker | string | Take from "next_marker" column of a prior call to get the next page. |
autoPaginate | bool | Whether or not to auto-paginate to fetch all items; defaults to false. |
Résultat | Task |
public GetRetentionPolicyAssignmentAsync ( string retentionPolicyAssignmentId, List |
||
retentionPolicyAssignmentId | string | ID of the retention policy assignment. |
fields | List |
Attribute(s) to include in the response. |
Résultat | Task |
public GetRetentionPolicyAssignmentsAsync ( string retentionPolicyId, string type = null, List |
||
retentionPolicyId | string | ID of the retention policy. |
type | string | The type of the retention policy assignment to retrieve. Can either be folder or enterprise. |
fields | List |
Attribute(s) to include in the response. |
limit | int | Limit result size to this number. Defaults to 100, maximum is 1,000. |
marker | string | Take from "next_marker" column of a prior call to get the next page. |
autoPaginate | bool | Whether or not to auto-paginate to fetch all items; defaults to false. |
Résultat | Task |
public GetRetentionPolicyAsync ( string id, List |
||
id | string | ID of the retention policy. |
fields | List |
Attribute(s) to include in the response. |
Résultat | Task |
public UpdateRetentionPolicyAsync ( string id, |
||
id | string | ID of the retention policy. |
retentionPolicyRequest | BoxRetentionPolicyRequest object. | |
fields | List |
Attribute(s) to include in the response. |
Résultat | Task |