Click or drag to resize

ViewAPI Class

ViewAPI contains view level operations.
Inheritance Hierarchy
SystemObject
  ZohoAnalyticsViewAPI

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public class ViewAPI

The ViewAPI type exposes the following members.

Methods
  NameDescription
Public methodAddColumn
Add a column in the specified table.
Public methodAddFavorite
Adds a specified view as favourite.
Public methodAddLookup
Add a lookup in the specified child table.
Public methodAddRow
Add a single row in the specified table.
Public methodAutoAnalyse
Auto generate reports for the specified table.
Public methodAutoAnalyseColumn
Auto generate reports for the specified column.
Public methodCopyFormulas
Copy the specified formulas from one table to another within the workspace or across workspaces.
Public methodCreatePrivateURL
Create a private URL for the specified view.
Public methodCreateSimilarViews
Create reports for the specified table based on the reference table.
Public methodDelete
Delete a specified view in the workspace.
Public methodDeleteColumn
Delete a specified column in the table.
Public methodDeleteRow
Delete rows in the specified table.
Public methodGetEmbedURL
Returns embed URL to access the specified view.
Public methodGetLastImportDetails
Returns last import details of the specified view.
Public methodGetMyPermissions
Returns permissions for the specified view.
Public methodGetPrivateURL
Returns private URL to access the specified view.
Public methodGetViewURL
Returns the URL to access the specified view.
Public methodHideColumns
Hide the specified columns in the table.
Public methodRefetchData
Sync data from available datasource for the specified view.
Public methodRemoveFavorite
Remove a specified view from favourite.
Public methodRemoveLookup
Remove the lookup for the specified column in the table.
Public methodRename
Rename a specified view in the workspace.
Public methodRenameColumn
Rename a specified column in the table.
Public methodSaveAs
Copy a specified view within the workspace.
Public methodShowColumns
Show the specified hidden columns in the table.
Public methodUpdateRow
Update rows in the specified table.
Top
See Also