ConvertAttachedPropertiesToExtendedPropertiesXML Method
- Last UpdatedApr 15, 2025
- 1 minute read
Converts the attached properties values collection to extended property bag XML.
'Declaration
Public Function ConvertAttachedPropertiesToExtendedPropertiesXML( _
ByVal attachedPropertyValueInfo As Collection(Of AttachedPropertyValueInfo), _
ByVal assetId As Guid, _
ByVal token As String _
) As String
'Usage
Dim instance As SdkClient
Dim attachedPropertyValueInfo As Collection(Of AttachedPropertyValueInfo)
Dim assetId As Guid
Dim token As String
Dim value As String
value = instance.ConvertAttachedPropertiesToExtendedPropertiesXML(attachedPropertyValueInfo, assetId, token)
public string ConvertAttachedPropertiesToExtendedPropertiesXML(
Collection<AttachedPropertyValueInfo> attachedPropertyValueInfo,
Guid assetId,
string token
)
public:
String^ ConvertAttachedPropertiesToExtendedPropertiesXML(
Collection<AttachedPropertyValueInfo^>^ attachedPropertyValueInfo,
Guid assetId,
String^ token
)
Parameters
- attachedPropertyValueInfo
- The attached property value info collection.
- assetId
- The asset/parent id that this collection belongs.
- token
- A security token retrieved via
AIMserver request
Return Value
Returns the property bag XML string from the collection of attached property values