Click or drag to resize

ViewAPICopyFormulas Method

Copy the specified formulas from one table to another within the workspace or across workspaces.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void CopyFormulas(
	List<string> formulaNames,
	long destWorkspaceId,
	Dictionary<string, Object> config,
	long? destOrgId
)

Parameters

formulaNames
Type: System.Collections.GenericListString
The name of the formula columns to be copied.
destWorkspaceId
Type: SystemInt64
The ID of the destination workspace.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
destOrgId
Type: System.Int64
Id of the organization where the destination workspace is present. Can be null.
See Also