Class FolderLogInfo
Folder's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FolderLogInfo : FileOrFolderLogInfo
Constructors
View SourceFolderLogInfo(PathLogInfo, string, string, ulong?, ulong?)
Initializes a new instance of the FolderLogInfo class.
Declaration
public FolderLogInfo(PathLogInfo path, string displayName = null, string fileId = null, ulong? fileSize = null, ulong? fileCount = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PathLogInfo | path | Path relative to event context. |
| string | displayName | Display name. |
| string | fileId | Unique ID. |
| ulong? | fileSize | File or folder size in bytes. |
| ulong? | fileCount | Number of files within the folder. |
Properties
View SourceFileCount
Number of files within the folder.
Declaration
public ulong? FileCount { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong? |