Request

Response

    Class Folder

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

    An object that represents a folder.

    [DataContract]
    public class Folder
    

    Inheritance

    object Folder

    Inherited Members

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

    Constructors

    Folder()

    Initializes a new instance of the class.

    public Folder()
    

    Properties

    Data

    Gets or Sets Data

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public FolderData Data { get; set; }
    

    Property Value

    FolderData

    Jsonapi

    Gets or Sets Jsonapi

    [DataMember(Name = "jsonapi", EmitDefaultValue = false)]
    public JsonApiVersion Jsonapi { get; set; }
    

    Property Value

    JsonApiVersion

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.