Class FoldersContainingPaperDoc
Metadata about Paper folders containing the specififed Paper doc.
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class FoldersContainingPaperDoc
Constructors
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. |
| IEnumerable<Folder> | folders | The folder path. If present the first folder is the root folder. |
Properties
View SourceFolderSharingPolicyType
The sharing policy of the folder containing the Paper doc.
Declaration
public FolderSharingPolicyType FolderSharingPolicyType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FolderSharingPolicyType |
Folders
The folder path. If present the first folder is the root folder.
Declaration
public IList<Folder> Folders { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<Folder> |