Class CreatedItemMeta
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
The object containing the information on the command ID of the command processor.
[DataContract]
public class CreatedItemMeta
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
CreatedItemMeta()
Initializes a new instance of the
public CreatedItemMeta()
Properties
Bim360DmCommandId
The command id of the command processor. You can use this ID to check the status of processing.
[DataMember(Name = "bim360DmCommandId", EmitDefaultValue = false)]
public string Bim360DmCommandId { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.