Method GetAssetGuid
GetAssetGuid(string)
Get an asset guid for a given cloud guid, or null if the cloud guid is not tracked
Declaration
public string GetAssetGuid(string cloudGuid)
Parameters
Type | Name | Description |
---|---|---|
string | cloudGuid | The cloud guid |
Returns
Type | Description |
---|---|
string | The asset guid for the asset associated with the given cloud guid, or null if one was not found |