Show / Hide Table of Contents

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 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.

System.Collections.Generic.IEnumerable<Folder> folders

The folder path. If present the first folder is the root folder.

Properties

| Improve this Doc 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
System.Collections.Generic.IList<Folder>
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FoldersContainingPaperDoc(FolderSharingPolicyType, IEnumerable<Folder>)
  • Properties
    • Folders
    • FolderSharingPolicyType
Back to top Generated by DocFX