Class FoldersContainingPaperDoc
Metadata about Paper folders containing the specififed Paper doc.
Inheritance
System.Object
FoldersContainingPaperDoc
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 FoldersContainingPaperDoc
Constructors
| Improve this Doc View SourceFoldersContainingPaperDoc(FolderSharingPolicyType, IEnumerable<Folder>)
Initializes a new instance of the FoldersContainingPaperDoc class.
Declaration
public FoldersContainingPaperDoc(FolderSharingPolicyType folderSharingPolicyType = null, IEnumerable<Folder> folders = null)
Parameters
Type | Name | Description |
---|---|---|
FolderSharingPolicyType | folderSharingPolicyType | The sharing policy of the folder containing the Paper doc. |
System.Collections.Generic.IEnumerable<Folder> | folders | The folder path. If present the first folder is the root folder. |
Properties
| Improve this Doc View SourceFolders
The folder path. If present the first folder is the root folder.
Declaration
public IList<Folder> Folders { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Folder> |
FolderSharingPolicyType
The sharing policy of the folder containing the Paper doc.
Declaration
public FolderSharingPolicyType FolderSharingPolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
FolderSharingPolicyType |