Dropbox .NET SDK

Class PaperDocChangeSharingPolicyDetails

Changed sharing setting for Paper doc.

Inheritance
object
PaperDocChangeSharingPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocChangeSharingPolicyDetails

Constructors

View Source

PaperDocChangeSharingPolicyDetails(string, string, string)

Initializes a new instance of the PaperDocChangeSharingPolicyDetails class.

Declaration
public PaperDocChangeSharingPolicyDetails(string eventUuid, string publicSharingPolicy = null, string teamSharingPolicy = null)
Parameters
Type Name Description
string eventUuid

Event unique identifier.

string publicSharingPolicy

Sharing policy with external users.

string teamSharingPolicy

Sharing policy with team.

Properties

View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
string
View Source

PublicSharingPolicy

Sharing policy with external users.

Declaration
public string PublicSharingPolicy { get; protected set; }
Property Value
Type Description
string
View Source

TeamSharingPolicy

Sharing policy with team.

Declaration
public string TeamSharingPolicy { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK