Show / Hide Table of Contents

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 Source

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

IsSharedNamespace

True if the namespace is shared.

Declaration
public bool? IsSharedNamespace { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

NsId

Namespace ID.

Declaration
public string NsId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RelativePath

A path relative to the specified namespace ID.

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

See Also

PathLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX