Class NamespaceMetadata
Properties of a namespace.
Inheritance
System.Object
NamespaceMetadata
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class NamespaceMetadata
Constructors
| Improve this Doc View SourceNamespaceMetadata(String, String, NamespaceType, String)
Initializes a new instance of the NamespaceMetadata class.
Declaration
public NamespaceMetadata(string name, string namespaceId, NamespaceType namespaceType, string teamMemberId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of this namespace. |
System.String | namespaceId | The ID of this namespace. |
NamespaceType | namespaceType | The type of this namespace. |
System.String | teamMemberId | If this is a team member or app folder, the ID of the owning team member. Otherwise, this field is not present. |
Properties
| Improve this Doc View SourceName
The name of this namespace.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NamespaceId
The ID of this namespace.
Declaration
public string NamespaceId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NamespaceType
The type of this namespace.
Declaration
public NamespaceType NamespaceType { get; protected set; }
Property Value
Type | Description |
---|---|
NamespaceType |
TeamMemberId
If this is a team member or app folder, the ID of the owning team member. Otherwise, this field is not present.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |