Class SharingPolicy
Sharing policy of Paper doc.
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class SharingPolicy
Constructors
View SourceSharingPolicy(SharingPublicPolicyType, SharingTeamPolicyType)
Initializes a new instance of the SharingPolicy class.
Declaration
public SharingPolicy(SharingPublicPolicyType publicSharingPolicy = null, SharingTeamPolicyType teamSharingPolicy = null)
Parameters
| Type | Name | Description |
|---|---|---|
| SharingPublicPolicyType | publicSharingPolicy | This value applies to the non-team members. |
| SharingTeamPolicyType | teamSharingPolicy | This value applies to the team members only. The value is null for all personal accounts. |
Properties
View SourcePublicSharingPolicy
This value applies to the non-team members.
Declaration
public SharingPublicPolicyType PublicSharingPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharingPublicPolicyType |
TeamSharingPolicy
This value applies to the team members only. The value is null for all personal accounts.
Declaration
public SharingTeamPolicyType TeamSharingPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharingTeamPolicyType |