Show / Hide Table of Contents

Class UpdateFolderPolicyArg

If any of the policies are unset, then they retain their current setting.

Inheritance
System.Object
UpdateFolderPolicyArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderPolicyArg

Constructors

| Improve this Doc View Source

UpdateFolderPolicyArg(String, MemberPolicy, AclUpdatePolicy, ViewerInfoPolicy, SharedLinkPolicy, LinkSettings, IEnumerable<FolderAction>)

Initializes a new instance of the UpdateFolderPolicyArg class.

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.String sharedFolderId

The ID for the shared folder.

MemberPolicy memberPolicy

Who can be a member of this shared folder. Only applicable if the current user is on a team.

AclUpdatePolicy aclUpdatePolicy

Who can add and remove members of this shared folder.

ViewerInfoPolicy viewerInfoPolicy

Who can enable/disable viewer info for this shared folder.

SharedLinkPolicy 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 SharedLinkPolicy.Members.

LinkSettings linkSettings

Settings on the link for this folder.

System.Collections.Generic.IEnumerable<FolderAction> actions

A list of FolderActions corresponding to FolderPermissions that should appear in the response's Permissions field describing the actions the authenticated user can perform on the folder.

Properties

| Improve this Doc View Source

AclUpdatePolicy

Who can add and remove members of this shared folder.

Declaration
public AclUpdatePolicy AclUpdatePolicy { get; protected set; }
Property Value
Type Description
AclUpdatePolicy
| Improve this Doc View Source

Actions

A list of FolderActions corresponding to FolderPermissions 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.Collections.Generic.IList<FolderAction>
| Improve this Doc View Source

LinkSettings

Settings on the link for this folder.

Declaration
public LinkSettings LinkSettings { get; protected set; }
Property Value
Type Description
LinkSettings
| Improve this Doc View Source

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
MemberPolicy
| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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 SharedLinkPolicy.Members.

Declaration
public SharedLinkPolicy SharedLinkPolicy { get; protected set; }
Property Value
Type Description
SharedLinkPolicy
| Improve this Doc View Source

ViewerInfoPolicy

Who can enable/disable viewer info for this shared folder.

Declaration
public ViewerInfoPolicy ViewerInfoPolicy { get; protected set; }
Property Value
Type Description
ViewerInfoPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UpdateFolderPolicyArg(String, MemberPolicy, AclUpdatePolicy, ViewerInfoPolicy, SharedLinkPolicy, LinkSettings, IEnumerable<FolderAction>)
  • Properties
    • AclUpdatePolicy
    • Actions
    • LinkSettings
    • MemberPolicy
    • SharedFolderId
    • SharedLinkPolicy
    • ViewerInfoPolicy
Back to top Generated by DocFX