Click or drag to resize
GenericExtensionExtensionTypeSetInstance Method
Sets the extension object instance

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public void SetInstance(
	Object value
)

Parameters

value
Type: SystemObject
New instance value

Implements

IGenericExtensionSetInstance(Object)
See Also