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.308
Syntax
IEnumerable<IAssetToSyncWithScore> SynchAssets(
	IEnumerable<IAssetToSync> assets,
	IAssetSchema schema
)

Parameters

assets
Type: System.Collections.GenericIEnumerableIAssetToSync
A list of assets to sync
schema
Type: Ingeniux.CMSIAssetSchema
The schema to sync the assets to

Return Value

Type: IEnumerableIAssetToSyncWithScore
A list of synced assets
See Also