ApplicationService.Delete Method (IEnumerable(Application), ApplicationDeleteOptions)¶
Delete a collection of Application objects
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void Delete(
IEnumerable<Application> applications,
ApplicationDeleteOptions deleteOptions
)
VB¶
Public Sub Delete (
applications As IEnumerable(Of Application),
deleteOptions As ApplicationDeleteOptions
)
Parameters¶
- applications
- Type: System.Collections.Generic.IEnumerable(Application)
A collection of Application objects to delete. - deleteOptions
- Type: Citrix.SDK.AppDNA.ApplicationDeleteOptions
Indicates whether applications that have other applications depending on them can be deleted, thereby clearing the dependency relationships.
See Also¶
Reference¶
ApplicationService Class
Delete Overload
Citrix.SDK.AppDNA Namespace