Click or drag to resize

LookupListHandlerE, SRenameObject Method

Renames the given lookuplist in CT database with given name. The name must be unique!

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override sealed void RenameObject(
	CTLookupList obj,
	string newName
)

Parameters

obj  CTLookupList
newName  String
See Also