 | LookupListHandlerE, SRenameObject Method |
Renames the given lookuplist in CT database with given name. The name must be unique!
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override sealed void RenameObject(
CTLookupList obj,
string newName
)
Public Overrides NotOverridable Sub RenameObject (
obj As CTLookupList,
newName As String
)
Parameters
- obj CTLookupList
- newName String
See Also