Click or drag to resize
CMSStaticTValueResizeStorage Method
Resizes the storage to the given size

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected internal override sealed void ResizeStorage(
	int storageSize
)

Parameters

storageSize
Type: SystemInt32
New storage size
See Also