 | ICommenceDatabaseClarifyItemNames Method |
Specifies whether Commence should return clarified item names, or leave bStatus empty to get the current status.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring ClarifyItemNames(
string bStatus = null
)
Function ClarifyItemNames (
Optional bStatus As String = Nothing
) As String
Parameters
- bStatus (Optional)
- Type: SystemString
"True" to set clarified itemnames, "False" for unclarified, leave empty to request current status.
Return Value
Type:
String"OK" if successful, inspect
GetLastError on failure.
If bStatus was omitted this method returns "True" if clarified, "False" if not.
See Also