Class PaperFolderLogInfo
Paper folder's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperFolderLogInfo
Constructors
View SourcePaperFolderLogInfo(string, string)
Initializes a new instance of the PaperFolderLogInfo class.
Declaration
public PaperFolderLogInfo(string folderId, string folderName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folderId | Papers folder Id. |
| string | folderName | Paper folder name. |
Properties
View SourceFolderId
Papers folder Id.
Declaration
public string FolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
FolderName
Paper folder name.
Declaration
public string FolderName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |