Click or drag to resize

ISchemaSynchManagerSynchAssets Method


Performs a schema sync for all of the provided assets.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IAssetToSyncWithScore> SynchAssets(
	IEnumerable<IAssetToSync> assets,
	IAssetSchema schema
)

Parameters

assets  IEnumerableIAssetToSync
A list of assets to sync
schema  IAssetSchema
The schema to sync the assets to

Return Value

IEnumerableIAssetToSyncWithScore
A list of synced assets
See Also