Click or drag to resize
DocumentCultureDataInfoProviderValidateCodeName Method
Validates the object code name. Returns true if the code name is valid.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public override bool ValidateCodeName(
	DocumentCultureDataInfo info
)

Parameters

info
Type: CMS.DocumentEngine.InternalDocumentCultureDataInfo
Object to check

Return Value

Type: Boolean
See Also