Class FileLogInfo
File's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileLogInfo : FileOrFolderLogInfo
Constructors
View SourceFileLogInfo(PathLogInfo, string, string, ulong?)
Initializes a new instance of the FileLogInfo class.
Declaration
public FileLogInfo(PathLogInfo path, string displayName = null, string fileId = null, ulong? fileSize = 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. |