Table of Contents

Method IsRegistered

Namespace
Velvet
Assembly
Velvet.Docs.dll

IsRegistered(string)

Returns whether the ID is registered.

public static bool IsRegistered(string id)

Parameters

id string

Identifier to test. Null or empty values always return false.

Returns

bool

true when a target is currently registered for id; otherwise false.