Class PaperDocChangeSharingPolicyDetails
Changed sharing setting for Paper doc.
Inheritance
System.Object
    PaperDocChangeSharingPolicyDetails
  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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocChangeSharingPolicyDetails
  Constructors
| Improve this Doc View SourcePaperDocChangeSharingPolicyDetails(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 | 
|---|---|---|
| System.String | eventUuid | Event unique identifier.  | 
      
| System.String | publicSharingPolicy | Sharing policy with external users.  | 
      
| System.String | teamSharingPolicy | Sharing policy with team.  | 
      
Properties
| Improve this Doc View SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PublicSharingPolicy
Sharing policy with external users.
Declaration
public string PublicSharingPolicy { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TeamSharingPolicy
Sharing policy with team.
Declaration
public string TeamSharingPolicy { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |