Dropbox .NET SDK

Class PathLogInfo

Path's details.

Inheritance
object
PathLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PathLogInfo

Constructors

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.

string contextual

Fully qualified path relative to event's context.

Properties

View Source

Contextual

Fully qualified path relative to event's context.

Declaration
public string Contextual { get; protected set; }
Property Value
Type Description
string
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
  • View Source
In this article
Back to top Dropbox .NET SDK