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
)
Function SynchAssets (
assets As IEnumerable(Of IAssetToSync),
schema As IAssetSchema
) As IEnumerable(Of IAssetToSyncWithScore)
IEnumerable<IAssetToSyncWithScore^>^ SynchAssets(
IEnumerable<IAssetToSync^>^ assets,
IAssetSchema^ schema
)
abstract SynchAssets :
assets : IEnumerable<IAssetToSync> *
schema : IAssetSchema -> IEnumerable<IAssetToSyncWithScore>
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:
IEnumerableIAssetToSyncWithScoreA list of
synced assetsSee Also