You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Delete a NamedRelease from the Repo Server using the given Name. Return value is 1 if it succeeded, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer.

Syntax

Public Function DeleteNamedRelease( _
   ByVal [Name As Variant _
) As Variant

Parameters

Name

Example

Dim CheckReturn As Integer
CheckReturn = 0
Dim MyDiagram As Diagram
Set MyDiagram = DiagramManager.ActiveDiagram
CheckReturn = DiagramManager.DeleteNamedRelease("MyDiagram.DM1")

See Also

  • No labels