| CustomTableItemProviderGetItem Method (Guid, String) | 
            Returns custom table item of specified class name and item GUID.
            
 
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntaxpublic static CustomTableItem GetItem(
	Guid itemGuid,
	string className
)
Parameters
- itemGuid
 - Type: SystemGuid
Item GUID - className
 - Type: SystemString
Class name 
Return Value
Type: 
CustomTableItem
See Also