Click or drag to resize
ProviderHelper.GetId Method
Gets the ID by the given code name

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static int GetId(
	string objectType,
	string codeName
)

Parameters

objectType
Type: System.String
Object type
codeName
Type: System.String
Object code name

Return Value

Type: Int32
See Also