Class TeamSharingPolicies
Policies governing sharing within and outside of the team.
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TeamSharingPolicies
Constructors
View SourceTeamSharingPolicies(SharedFolderMemberPolicy, SharedFolderJoinPolicy, SharedLinkCreatePolicy, GroupCreation, SharedFolderBlanketLinkRestrictionPolicy, EnforceLinkPasswordPolicy, DefaultLinkExpirationDaysPolicy, SharedLinkDefaultPermissionsPolicy)
Initializes a new instance of the TeamSharingPolicies class.
Declaration
public TeamSharingPolicies(SharedFolderMemberPolicy sharedFolderMemberPolicy, SharedFolderJoinPolicy sharedFolderJoinPolicy, SharedLinkCreatePolicy sharedLinkCreatePolicy, GroupCreation groupCreationPolicy, SharedFolderBlanketLinkRestrictionPolicy sharedFolderLinkRestrictionPolicy, EnforceLinkPasswordPolicy enforceLinkPasswordPolicy, DefaultLinkExpirationDaysPolicy defaultLinkExpirationDaysPolicy, SharedLinkDefaultPermissionsPolicy sharedLinkDefaultPermissionsPolicy)
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. |
| GroupCreation | groupCreationPolicy | Who can create groups. |
| SharedFolderBlanketLinkRestrictionPolicy | sharedFolderLinkRestrictionPolicy | Who can view links to content in shared folders. |
| EnforceLinkPasswordPolicy | enforceLinkPasswordPolicy | If passwords are required for new links shared outside the team. |
| DefaultLinkExpirationDaysPolicy | defaultLinkExpirationDaysPolicy | Default expiration date for new links shared outside the team. |
| SharedLinkDefaultPermissionsPolicy | sharedLinkDefaultPermissionsPolicy | Default access level for new links shared by team members. |
Properties
View SourceDefaultLinkExpirationDaysPolicy
Default expiration date for new links shared outside the team.
Declaration
public DefaultLinkExpirationDaysPolicy DefaultLinkExpirationDaysPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DefaultLinkExpirationDaysPolicy |
EnforceLinkPasswordPolicy
If passwords are required for new links shared outside the team.
Declaration
public EnforceLinkPasswordPolicy EnforceLinkPasswordPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| EnforceLinkPasswordPolicy |
GroupCreationPolicy
Who can create groups.
Declaration
public GroupCreation GroupCreationPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GroupCreation |
SharedFolderJoinPolicy
Which shared folders team members can join.
Declaration
public SharedFolderJoinPolicy SharedFolderJoinPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedFolderJoinPolicy |
SharedFolderLinkRestrictionPolicy
Who can view links to content in shared folders.
Declaration
public SharedFolderBlanketLinkRestrictionPolicy SharedFolderLinkRestrictionPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedFolderBlanketLinkRestrictionPolicy |
SharedFolderMemberPolicy
Who can join folders shared by team members.
Declaration
public SharedFolderMemberPolicy SharedFolderMemberPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberPolicy |
SharedLinkCreatePolicy
Who can view shared links owned by team members.
Declaration
public SharedLinkCreatePolicy SharedLinkCreatePolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkCreatePolicy |
SharedLinkDefaultPermissionsPolicy
Default access level for new links shared by team members.
Declaration
public SharedLinkDefaultPermissionsPolicy SharedLinkDefaultPermissionsPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkDefaultPermissionsPolicy |