Class UpdateFolderPolicyArg
If any of the policies are unset, then they retain their current setting.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderPolicyArg
Constructors
| Improve this Doc View SourceUpdateFolderPolicyArg(String, MemberPolicy, AclUpdatePolicy, ViewerInfoPolicy, SharedLinkPolicy, LinkSettings, IEnumerable<FolderAction>)
Initializes a new instance of the Update
Declaration
public UpdateFolderPolicyArg(string sharedFolderId, MemberPolicy memberPolicy = null, AclUpdatePolicy aclUpdatePolicy = null, ViewerInfoPolicy viewerInfoPolicy = null, SharedLinkPolicy sharedLinkPolicy = null, LinkSettings linkSettings = null, IEnumerable<FolderAction> actions = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
sharedFolderId | The ID for the shared folder. |
Member |
memberPolicy | Who can be a member of this shared folder. Only applicable if the current user is on a team. |
Acl |
aclUpdatePolicy | Who can add and remove members of this shared folder. |
Viewer |
viewerInfoPolicy | Who can enable/disable viewer info for this shared folder. |
Shared |
sharedLinkPolicy | The policy to apply to shared links created for
content inside this shared folder. The current user must be on a team to set this
policy to Shared |
Link |
linkSettings | Settings on the link for this folder. |
System. |
actions | A list of |
Properties
| Improve this Doc View SourceAclUpdatePolicy
Who can add and remove members of this shared folder.
Declaration
public AclUpdatePolicy AclUpdatePolicy { get; protected set; }
Property Value
Type | Description |
---|---|
Acl |
Actions
A list of FolderAction
s corresponding to FolderPermission
s that should
appear in the response's Permissions field describing the
actions the authenticated user can perform on the folder.
Declaration
public IList<FolderAction> Actions { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
LinkSettings
Settings on the link for this folder.
Declaration
public LinkSettings LinkSettings { get; protected set; }
Property Value
Type | Description |
---|---|
Link |
MemberPolicy
Who can be a member of this shared folder. Only applicable if the current user is on a team.
Declaration
public MemberPolicy MemberPolicy { get; protected set; }
Property Value
Type | Description |
---|---|
Member |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
SharedLinkPolicy
The policy to apply to shared links created for content inside this shared
folder. The current user must be on a team to set this policy to Shared
Declaration
public SharedLinkPolicy SharedLinkPolicy { get; protected set; }
Property Value
Type | Description |
---|---|
Shared |
ViewerInfoPolicy
Who can enable/disable viewer info for this shared folder.
Declaration
public ViewerInfoPolicy ViewerInfoPolicy { get; protected set; }
Property Value
Type | Description |
---|---|
Viewer |