All Classes Namespaces Functions Properties Pages
Public Member Functions | List of all members
QuickAppService Class Reference

Provides methods to manage QuickApps More...

Public Member Functions

QuickAppSummaryCollection GetQuickApps (string sessionId, QuickAppFilter quickAppFilter)
 Gets a collection of QuickApp summaries. More...
 

Description

Provides methods to manage QuickApps

Member Functions

QuickAppSummaryCollection GetQuickApps ( string  sessionId,
QuickAppFilter  quickAppFilter 
)

Gets a collection of QuickApp summaries.

Parameters
sessionIdA string that uniquely identifies the session for the current logged on user. If the sessionID is invalid then an exception will be raised.
quickAppFilterA filter with category identity and search text members to filter list of QuickApps returned.
Name Type Comment Required
CategoryIdentity If populated, gets QuickApps within this category. No
SearchText String If set, performs search on name of QuickApp and returns those matching or part matching. No
Status Int16 Value to return published or unpublished QuickApps. No
Returns
A collection of type QuickAppSummaryCollection, which holds the summaries of the QuickApps.