Class FolderPayloadDataRelationshipsParentData
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
The data about the parent of the folder to be created.
[DataContract]
public class FolderPayloadDataRelationshipsParentData
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
FolderPayloadDataRelationshipsParentData()
Initializes a new instance of the
public FolderPayloadDataRelationshipsParentData()
Properties
Id
The URN of the parent folder. For information on how to find the URN, see the initial steps of the Download a File tutorial.
Note that for BIM 360 Docs, new folders must be created within an existing folder (e.g., the Plans or Project Files folders),
and not directly within the root folder. Permissions, visibility (e.g., items:autodesk.bim360:Document
or items:autodesk.bim360:File
),
and actions (e.g., OCR) are inherited from the existing parent folder. New folders also inherit subscriptions such as the
notifications sent when files are added to a folder.
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
Type
Gets or Sets Type
[DataMember(Name = "type", EmitDefaultValue = true)]
public TypeFolder Type { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.