Show / Hide Table of Contents

Class PathLogInfo

Path's details.

Inheritance
System.Object
PathLogInfo
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 PathLogInfo

Constructors

| Improve this Doc View Source

PathLogInfo(NamespaceRelativePathLogInfo, String)

Initializes a new instance of the PathLogInfo class.

Declaration
public PathLogInfo(NamespaceRelativePathLogInfo namespaceRelative, string contextual = null)
Parameters
Type Name Description
NamespaceRelativePathLogInfo namespaceRelative

Path relative to the namespace containing the content.

System.String contextual

Fully qualified path relative to event's context.

Properties

| Improve this Doc View Source

Contextual

Fully qualified path relative to event's context.

Declaration
public string Contextual { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NamespaceRelative

Path relative to the namespace containing the content.

Declaration
public NamespaceRelativePathLogInfo NamespaceRelative { get; protected set; }
Property Value
Type Description
NamespaceRelativePathLogInfo

See Also

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