[]
        
(Showing Draft Content)

C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsConnection.GetViewsSchema

GetViewsSchema Method

GetViewsSchema(string[])

Retrieve the metadata relatively to the views.

Declaration
protected override DataTable GetViewsSchema(string[] restrictionValues)
Parameters
Type Name Description
string[] restrictionValues

Specifies a set of restriction values for the requested schema.

Returns
Type Description
DataTable

A DataTable containing the schema about the views.

Overrides