Click or drag to resize
FormContextCheckGlobalFunction Method

[This is preliminary documentation and is subject to change.]

Check if name is a global name (constant, enumeration value, function)

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public override bool CheckGlobalFunction(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.CheckGlobalFunction(System.String)"]

See Also