To Rename Lookup Category
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool renameLookupCategory(
string newCategoryName,
string oldCategoryName
)
Public Function renameLookupCategory ( _
newCategoryName As String, _
oldCategoryName As String _
) As Boolean
public:
bool^ renameLookupCategory(
String^ newCategoryName,
String^ oldCategoryName
)
Parameters
- newCategoryName
- Type: String
New name of the category.
- oldCategoryName
- Type: String
Old name of the category.
Return Value
true if XXXX,
false otherwise.