ISchemaSynchManagerSynchAssets Method
|
Performs a schema sync for all of the provided assets.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 IEnumerableIAssetToSync
- A list of assets to sync
- schema IAssetSchema
- The schema to sync the assets to
Return Value
IEnumerableIAssetToSyncWithScoreA list of
synced assets
See Also