Dropbox .NET SDK

Class NamespaceRelativePathLogInfo

Namespace relative path details.

Inheritance
object
NamespaceRelativePathLogInfo
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 NamespaceRelativePathLogInfo

Constructors

View Source

NamespaceRelativePathLogInfo(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 Source

IsSharedNamespace

True if the namespace is shared.

Declaration
public bool? IsSharedNamespace { get; protected set; }
Property Value
Type Description
bool?
View Source

NsId

Namespace ID.

Declaration
public string NsId { get; protected set; }
Property Value
Type Description
string
View Source

RelativePath

A path relative to the specified namespace ID.

Declaration
public string RelativePath { get; protected set; }
Property Value
Type Description
string

See Also

PathLogInfo
  • View Source
In this article
Back to top Dropbox .NET SDK