Aliases object

Description

The aliases object is a collection of all aliases connected to a specific domain.

Methods

Add()

Adds a new alias to the collection.

Delete(long Index)

Deletes the alias with the specified index.

DeleteByDBID(long DBID)

Deletes an alias by its given database identifier.

Refresh()

Refreshes the collection.

Properties

long Count

Returns the number of aliases in the collection.
(read-only)

Alias Item(long Index)

Returns a alias by a given index.
(read-only)

Alias ItemByDBID(long DBID)

Returns an alias by its given database identifier.
(read-only)

Alias ItemByName(string Name)

Returns an alias by it's name.
(read-only)

Search documentation