Show / Hide Table of Contents

Class TeamSharingPolicies

Policies governing sharing within and outside of the team.

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

Constructors

| Improve this Doc View Source

TeamSharingPolicies(SharedFolderMemberPolicy, SharedFolderJoinPolicy, SharedLinkCreatePolicy)

Initializes a new instance of the TeamSharingPolicies class.

Declaration
public TeamSharingPolicies(SharedFolderMemberPolicy sharedFolderMemberPolicy, SharedFolderJoinPolicy sharedFolderJoinPolicy, SharedLinkCreatePolicy sharedLinkCreatePolicy)
Parameters
Type Name Description
SharedFolderMemberPolicy sharedFolderMemberPolicy

Who can join folders shared by team members.

SharedFolderJoinPolicy sharedFolderJoinPolicy

Which shared folders team members can join.

SharedLinkCreatePolicy sharedLinkCreatePolicy

Who can view shared links owned by team members.

Properties

| Improve this Doc View Source

SharedFolderJoinPolicy

Which shared folders team members can join.

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

SharedFolderMemberPolicy

Who can join folders shared by team members.

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

SharedLinkCreatePolicy

Who can view shared links owned by team members.

Declaration
public SharedLinkCreatePolicy SharedLinkCreatePolicy { get; protected set; }
Property Value
Type Description
SharedLinkCreatePolicy

See Also

TeamMemberPolicies
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamSharingPolicies(SharedFolderMemberPolicy, SharedFolderJoinPolicy, SharedLinkCreatePolicy)
  • Properties
    • SharedFolderJoinPolicy
    • SharedFolderMemberPolicy
    • SharedLinkCreatePolicy
  • See Also
Back to top Generated by DocFX