IDescriptiveMetadataRemoveRelated Method
|
Removes an
Asset relation
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax bool RemoveRelated(
string assetId
)
Function RemoveRelated (
assetId As String
) As Boolean
bool RemoveRelated(
String^ assetId
)
abstract RemoveRelated :
assetId : string -> bool
Parameters
- assetId
- Type: SystemString
The id of the Asset to remove as related
Return Value
Type:
BooleanTrue if the
Asset is related, false otherwise
See Also