Click or drag to resize
CMSStaticResizeStorage 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 abstract void ResizeStorage(
	int storageSize
)

Parameters

storageSize
Type: SystemInt32
New storage size
See Also