CMSAbstractUIWebpart GetIntContextValue Method Kentico 8.0 API Reference
Returns int property value. If value is empty, try to get it from UI context.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
Property name
defaultValue
Type: OnlineSystem Int32
Default value for empty properties
useSecure (Optional)
Type: OnlineSystem Boolean
If true, secure mode is used for getting property (value is not get from query string when not found in collection)

Return Value

Type: OnlineInt32
See Also