Request

Response

    Class TopFolderData

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    An object containing information about a top-level folder.

    [DataContract]
    public class TopFolderData
    

    Inheritance

    object TopFolderData

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    TopFolderData()

    Initializes a new instance of the class.

    public TopFolderData()
    

    Properties

    Attributes

    Gets or Sets Attributes

    [DataMember(Name = "attributes", EmitDefaultValue = false)]
    public TopFolderAttributesWithExtensions Attributes { get; set; }
    

    Property Value

    TopFolderAttributesWithExtensions

    Id

    The unique identifier of the folder.

    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; set; }
    

    Property Value

    string

    Relationships

    Gets or Sets Relationships

    [DataMember(Name = "relationships", EmitDefaultValue = false)]
    public TopFolderDataRelationships Relationships { get; set; }
    

    Property Value

    TopFolderDataRelationships

    Type

    Gets or Sets Type

    [DataMember(Name = "type", EmitDefaultValue = true)]
    public TypeFolder Type { get; set; }
    

    Property Value

    TypeFolder

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.