Dropbox .NET SDK
Show / Hide Table of Contents

Class FoldersContainingPaperDoc

Metadata about Paper folders containing the specififed Paper doc.

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

Constructors

View Source

FoldersContainingPaperDoc(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 Source

FolderSharingPolicyType

The sharing policy of the folder containing the Paper doc.

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

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>
  • View Source
In this article
Back to top Dropbox .NET SDK