Class NamespaceRelativePathLogInfo
Namespace relative path details.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class NamespaceRelativePathLogInfo
Constructors
View SourceNamespaceRelativePathLogInfo(string, string, bool?)
Initializes a new instance of the NamespaceRelativePathLogInfo class.
Declaration
public NamespaceRelativePathLogInfo(string nsId = null, string relativePath = null, bool? isSharedNamespace = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | nsId | Namespace ID. |
| string | relativePath | A path relative to the specified namespace ID. |
| bool? | isSharedNamespace | True if the namespace is shared. |
Properties
View SourceIsSharedNamespace
True if the namespace is shared.
Declaration
public bool? IsSharedNamespace { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NsId
Namespace ID.
Declaration
public string NsId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
RelativePath
A path relative to the specified namespace ID.
Declaration
public string RelativePath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |