Click or drag to resize
ImportExportControlGetLimit Method
Gets the limit of objects for given license and feature.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static int GetLimit(
	LicenseKeyInfo license,
	FeatureEnum feature
)

Parameters

license
Type: CMS.LicenseProviderLicenseKeyInfo
License
feature
Type: CMS.DataEngineFeatureEnum
Feature

Return Value

Type: Int32
See Also