TryGetFromAssetId
Methods
public bool TryGetFromAssetId(string assetId, out CoherenceSyncConfig config)
Gets the CoherenceSyncConfig associated with the specified identifier.
Parameters
Type | Name | Description |
---|---|---|
string | assetId | The ID of the CoherenceSyncConfig to retrieve. |
CoherenceSyncConfig | config | When this method returns, contains the CoherenceSyncConfig identified
with the specified |
Returns
Type | Description |
---|---|
bool | true if |