Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryValidateCodeName Method
Validates the object code name. Returns true if the code name is valid.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual bool ValidateCodeName(
	TInfo info
)

Parameters

info
Type: TInfo
Object to check

Return Value

Type: Boolean
See Also