Show / Hide Table of Contents

Class FileLogInfo

File's logged information.

Inheritance
System.Object
FileOrFolderLogInfo
FileLogInfo
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 FileLogInfo : FileOrFolderLogInfo

Constructors

| Improve this Doc View Source

FileLogInfo(PathLogInfo, String, String, Nullable<UInt64>)

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.

System.String displayName

Display name.

System.String fileId

Unique ID.

System.Nullable<System.UInt64> fileSize

File or folder size in bytes.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX