Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public void describeDataCategoryGroupsAsync(
	string[] sObjectType,
	Object userState
)
Visual Basic
Public Sub describeDataCategoryGroupsAsync ( _
	sObjectType As String(), _
	userState As Object _
)
Visual C++
public:
void describeDataCategoryGroupsAsync(
	array<String^>^ sObjectType, 
	Object^ userState
)

Parameters

sObjectType
Type: array<System..::..String>[]()[][]
userState
Type: System..::..Object

Remarks