Table of Contents

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 assetId, if registered; otherwise, the default value for CoherenceSyncConfig. This parameter is passed uninitialized.

Returns
Type Description
bool

true if assetId is registered in the CoherenceSyncConfigRegistry.