Click or drag to resize
AbstractContextTContextEnsure Method
Ensures that the given value is cached within a context.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected static void Ensure(
	Object property
)

Parameters

property
Type: SystemObject
Property to ensure
See Also