Class SharingPolicy
Sharing policy of Paper doc.
Inheritance
System.Object
SharingPolicy
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class SharingPolicy
Constructors
| Improve this Doc 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
| Improve this Doc 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 |