Click or drag to resize

ViewAPIAddLookup Method

Add a lookup in the specified child table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void AddLookup(
	long columnId,
	long refViewId,
	long refColumnId,
	Dictionary<string, Object> config
)

Parameters

columnId
Type: SystemInt64
The id of the column.
refViewId
Type: SystemInt64
The ID of the table contains the parent column.
refColumnId
Type: SystemInt64
The ID of the parent column.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also