Class ListRefsPayload
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
An object that contains the input data required to execute the ListRefs command. The ListRefs command retrieves the custom relationships between specified versions of items and other resources in the data domain service (folders, items, and versions). You can retrieve the relationships of up to 50 versions.
[DataContract]
public class ListRefsPayload : ICommandPayloadData
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ListRefsPayload()
Initializes a new instance of the
public ListRefsPayload()
Properties
Attributes
Gets or Sets Attributes
[DataMember(Name = "attributes", EmitDefaultValue = false)]
public ListRefsPayloadAttributes Attributes { get; set; }
Property Value
Relationships
Gets or Sets Relationships
[DataMember(Name = "relationships", EmitDefaultValue = false)]
public ListRefsPayloadRelationships Relationships { get; set; }
Property Value
Type
Gets or Sets Type
[DataMember(Name = "type", EmitDefaultValue = true)]
public TypeCommands Type { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.