This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IApplications>()
and is defined in Telligent.Evolution.Platform.dll
Events
Events.AfterCreate
Handler
void ApplicationAfterCreateEventHandler(ApplicationAfterCreateEventArgs e);
Events.AfterDelete
Handler
void ApplicationAfterDeleteEventHandler(ApplicationAfterDeleteEventArgs e);
Events.AfterPermissionUpdate
Handler
void ApplicationAfterPermissionUpdateEventHandler(ApplicationAfterPermissionUpdateEventArgs e);
Events.AfterUpdate
Handler
void ApplicationAfterUpdateEventHandler(ApplicationAfterUpdateEventArgs e);
Events.BeforeCreate
Handler
void ApplicationBeforeCreateEventHandler(ApplicationBeforeCreateEventArgs e);
Events.BeforeDelete
Handler
void ApplicationBeforeDeleteEventHandler(ApplicationBeforeDeleteEventArgs e);
Events.BeforeUpdate
Handler
void ApplicationBeforeUpdateEventHandler(ApplicationBeforeUpdateEventArgs e);
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DataTypeId Obsolete | Guid | Migrate usage to scripted email or scripted plugins. |
Methods
Application Get(Guid applicationId);
Retrieve a specific application
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required |
Return Type
Application Get(Guid applicationId, Guid applicationTypeId);
Retrieve a specific application
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
applicationTypeId | Guid | Application type Id | Required |
Return Type
ApiList<Application> List(Guid containerTypeId, Guid containerId);
Retrieves the first 50 applications within a container.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
containerTypeId | Guid | Container Type Id | Required | ||
containerId | Guid | Container Id | Required |
Return Type
ApiList<Application> List(Guid containerTypeId, Guid containerId, ApplicationListOptions options);
Retrieves the first 50 applications within a container.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
containerTypeId | Guid | Container Type Id | Required | ||
containerId | Guid | Container Id | Required | ||
options | ApplicationListOptions | Options | Required |
Return Type
ApiList<Application> Search(Guid containerTypeId, Guid containerId, string searchText);
Retrieves applications within a container via searching.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
containerTypeId | Guid | Container Type Id | Required | ||
containerId | Guid | Container Id | Required | ||
searchText | string | Search Text | Required |