Class SpecifyReferencesPayloadReferences
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
SpecifyReferencesPayloadReferences
[DataContract]
public class SpecifyReferencesPayloadReferences
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
SpecifyReferencesPayloadReferences()
Initializes a new instance of the
public SpecifyReferencesPayloadReferences()
Properties
Filename
The file name of the referenced file. By default, it is set to ""
and the referenced file will be downloaded by its urn
and placed relative to the top-level component using relativePath
.
[DataMember(Name = "filename", EmitDefaultValue = false)]
public string Filename { get; set; }
Property Value
Metadata
An object to hold custom metadata.
[DataMember(Name = "metadata", EmitDefaultValue = false)]
public Dictionary<string, object> Metadata { get; set; }
Property Value
Dictionary <string , object >
RelativePath
The path to the referenced file, relative to the top level component. By default, it is set to ""
, which means that the referenced file and top level component are in the same folder.
[DataMember(Name = "relativePath", EmitDefaultValue = false)]
public string RelativePath { get; set; }
Property Value
Urn
The URN of the referenced file.
[DataMember(Name = "urn", EmitDefaultValue = false)]
public string Urn { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object