Class FolderLogInfo
Folder's logged information.
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FolderLogInfo : FileOrFolderLogInfo
Constructors
| Improve this Doc View SourceFolderLogInfo(PathLogInfo, String, String, Nullable<UInt64>, Nullable<UInt64>)
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. |
| System.String | displayName | Display name. |
| System.String | fileId | Unique ID. |
| System.Nullable<System.UInt64> | fileSize | File or folder size in bytes. |
| System.Nullable<System.UInt64> | fileCount | Number of files within the folder. |
Properties
| Improve this Doc View SourceFileCount
Number of files within the folder.
Declaration
public ulong? FileCount { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |