Click or drag to resize

VEngineVarFrameNames Method

Lists codeframe names in variable

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public string[] VarFrameNames(
	string var
)

Parameters

var  String
The name of the variable to retreive.

Return Value

String
Codeframe names one per line
See Also