Method | Description | |
---|---|---|
CreateView ( int appId, |
Creates a new view on the given app. Podio API Reference: https://developers.podio.com/doc/views/create-view-27453
|
|
DeleteView ( int viewId ) : Task |
Deletes the given view. Podio API Reference: https://developers.podio.com/doc/views/delete-view-27454
|
|
GetView ( int appId, string viewIdOrName ) : Task |
Returns the definition for the given view. The view can be either a view id, a standard view or "last" for the last view used. Podio API Reference: https://developers.podio.com/doc/views/get-view-27450
|
|
GetViews ( int appId, bool includeStandardViews = false ) : Task
|
Returns the views on the given app. Podio API Reference: https://developers.podio.com/doc/views/get-views-27460
|
|
UpdateLastView ( int appId, |
Updates the last view for the active user. Podio API Reference: https://developers.podio.com/doc/views/update-last-view-5988251
|
|
UpdateView ( int viewId, |
Updates the given view. Podio API Reference: https://developers.podio.com/doc/views/update-view-20069949
|
|
ViewService ( Podio currentInstance ) : System.Collections.Generic |
public CreateView ( int appId, |
||
appId | int | |
request | ||
return | Task |
public GetView ( int appId, string viewIdOrName ) : Task |
||
appId | int | |
viewIdOrName | string | |
return | Task |
public GetViews ( int appId, bool includeStandardViews = false ) : Task
|
||
appId | int | |
includeStandardViews | bool | True if standard views should be included, false otherwise. Default value: false |
return | Task
|
public UpdateLastView ( int appId, |
||
appId | int | |
request | ||
return | Task |
public UpdateView ( int viewId, |
||
viewId | int | |
request | ||
return | Task |
public ViewService ( Podio currentInstance ) : System.Collections.Generic | ||
currentInstance | Podio | |
return | System.Collections.Generic |