Class NamespaceRelativePathLogInfo
Namespace relative path details.
Inheritance
System.Object
NamespaceRelativePathLogInfo
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 NamespaceRelativePathLogInfo
Constructors
| Improve this Doc View SourceNamespaceRelativePathLogInfo(String, String, Nullable<Boolean>)
Initializes a new instance of the NamespaceRelativePathLogInfo class.
Declaration
public NamespaceRelativePathLogInfo(string nsId = null, string relativePath = null, bool? isSharedNamespace = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | nsId | Namespace ID. |
| System.String | relativePath | A path relative to the specified namespace ID. |
| System.Nullable<System.Boolean> | isSharedNamespace | True if the namespace is shared. |
Properties
| Improve this Doc View SourceIsSharedNamespace
True if the namespace is shared.
Declaration
public bool? IsSharedNamespace { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
NsId
Namespace ID.
Declaration
public string NsId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RelativePath
A path relative to the specified namespace ID.
Declaration
public string RelativePath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |