Click or drag to resize

ISchemaSynchManagerSynchAssets Method


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

Parameters

assets
Type: System.Collections.GenericIEnumerableIAssetToSync

[Missing <param name="assets"/> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.SynchAssets(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetToSync},Ingeniux.CMS.IAssetSchema)"]

schema
Type: Ingeniux.CMSIAssetSchema

[Missing <param name="schema"/> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.SynchAssets(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetToSync},Ingeniux.CMS.IAssetSchema)"]

Return Value

Type: IEnumerableIAssetToSyncWithScore

[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.SynchAssets(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetToSync},Ingeniux.CMS.IAssetSchema)"]

See Also