Show / Hide Table of Contents

Class FolderLogInfo

Folder's logged information.

Inheritance
System.Object
FileOrFolderLogInfo
FolderLogInfo
Inherited Members
FileOrFolderLogInfo.Path
FileOrFolderLogInfo.DisplayName
FileOrFolderLogInfo.FileId
FileOrFolderLogInfo.FileSize
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 Source

FolderLogInfo(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 Source

FileCount

Number of files within the folder.

Declaration
public ulong? FileCount { get; protected set; }
Property Value
Type Description
System.Nullable<System.UInt64>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX