Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.18 KB

1ff22aca-a9d9-61f2-222c-2cba9ad3d036.md

File metadata and controls

50 lines (35 loc) · 1.18 KB

BlastScriptRegistry.Exists Method (Int32)

lookup the id and check if it exists

Namespace: NSS.Blast.Register
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public static bool Exists(
	int id
)

VB

Public Shared Function Exists ( 
	id As Integer
) As Boolean

C++

public:
static bool Exists(
	int id
)

F#

static member Exists : 
        id : int -> bool 

Parameters

 

id
Type: System.Int32
the unique scriptid to search for

Return Value

Type: Boolean
true if found, false otherwise

See Also

Reference

BlastScriptRegistry Class
Exists Overload
NSS.Blast.Register Namespace