 | ICommenceDatabaseGetNameField Method |
Get the name of the namefield for the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetNameField(
string categoryName
)
Function GetNameField (
categoryName As String
) As String
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
StringFieldname of the Name field,
null on error. (Does the category exist?)
See Also