Class PathLogInfo
Path's details.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PathLogInfo
Constructors
View SourcePathLogInfo(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 SourceContextual
Fully qualified path relative to event's context.
Declaration
public string Contextual { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NamespaceRelative
Path relative to the namespace containing the content.
Declaration
public NamespaceRelativePathLogInfo NamespaceRelative { get; protected set; }
Property Value
| Type | Description |
|---|---|
| NamespaceRelativePathLogInfo |