Class ListItemsPayloadAttributesExtensionData
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Contains the custom properties specific to the ListItems command.
[DataContract]
public class ListItemsPayloadAttributesExtensionData
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ListItemsPayloadAttributesExtensionData()
Initializes a new instance of the
public ListItemsPayloadAttributesExtensionData()
Properties
IncludePathInProject
Specify whether to return the
pathInProject
attribute in response
for BIM 360 Docs projects.
pathInProject
is the path to
the item relative to the project’s root folder.
true
: Response will contain thepathInProject
attribute for BIM 360 Docs projects.false
: (Default) response will not contain thepathInProject
attribute for BIM 360 Docs projects.
Setting this parameter to true
on a
non-BIM 360 Docs project results in an error.
[DataMember(Name = "includePathInProject", EmitDefaultValue = false)]
public bool IncludePathInProject { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.