Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Delete a Diagram from the Repo Server but and leave data still in the database (marked , but mark it as deleted). Uses the given Diagram Name. Return value is 1 if it succeeded succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer.

Syntax

Code Block
languagevb
Public Function RepoSoftDeleteDiagram(_
   ByVal Name As Variant _
) As Variant

Parameters

  • Name


Info
titleSee Also