The following parameters apply to the getAssetExtensionInformation method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
Integer |
Identifies the session retrieved from logging in. |
|
assetHandle |
String |
Identifies the asset to query. |
|
attributes |
String[] |
Identifies the standard array of attributes from the asset extension object from which to request values. If this value is empty, all attributes are returned. |
|
getAssetExtInfoResult |
String Holder |
Identifies the String Holder object for capturing returned data. |
|
extensionHandle |
String Holder |
Identifies the String Holder object for capturing returned data. |
|
extensionName |
String Holder |
Identifies the String Holder object for capturing returned data. |
Description
Returns extension information for an asset. If the asset does not have an extension, nothing is returned.
An asset has an extension if a value exists for its “family.extension_name” property. This property is empty if the asset does not have an extension.
Returns
The following elements return with empty values when the asset does not have an extension:
|
XML Element |
Type |
Description |
|---|---|---|
|
<getAssetExtInfoResult> |
String |
Identifies all the attribute values for the extension. |
|
<extensionHandle> |
String |
Identifies the extensions handle. |
|
<extensionName> |
String |
Identifies the name for the assets extension. |
|
Copyright © 2013 CA.
All rights reserved.
|
|