Click or drag to resize
AbstractCompositeInfoTInfoSetComponents Method
Sets the collection of internal components from external source.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected abstract void SetComponents(
	IEnumerable<IInfo> components
)

Parameters

components
Type: System.Collections.GenericIEnumerableIInfo
Components collection.
Remarks

The order of components must be the same as in GetComponents.

Method is used in cases where already existing internal components should be used for new instance of AbstractCompositeInfoTInfo (cloning, deserialization etc.)

See Also