Show / Hide Table of Contents

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 Source

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

Name

The name of this namespace.

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

NamespaceId

The ID of this namespace.

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

NamespaceType

The type of this namespace.

Declaration
public NamespaceType NamespaceType { get; protected set; }
Property Value
Type Description
NamespaceType
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NamespaceMetadata(String, String, NamespaceType, String)
  • Properties
    • Name
    • NamespaceId
    • NamespaceType
    • TeamMemberId
Back to top Generated by DocFX