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 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. |
| System.String | contextual | Fully qualified path relative to event's context. |
Properties
| Improve this Doc View SourceContextual
Fully qualified path relative to event's context.
Declaration
public string Contextual { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NamespaceRelative
Path relative to the namespace containing the content.
Declaration
public NamespaceRelativePathLogInfo NamespaceRelative { get; protected set; }
Property Value
| Type | Description |
|---|---|
| NamespaceRelativePathLogInfo |