{CompanyName} FlexyGo

ObjectToken..::..IsCollection Method

Determines whether the specified object token string is collection.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public static bool IsCollection(
	string ObjectTokenString,
	ConfToken confToken
)
Public Shared Function IsCollection ( _
	ObjectTokenString As String, _
	confToken As ConfToken _
) As Boolean

Parameters

ObjectTokenString
Type: String
The object token string.
confToken
Type: FLEXYGO.Configuration.Tokens..::..ConfToken
The conf token.

Return Value

true if the specified object token string is collection; otherwise, false.