Click or drag to resize
IDropdownableListTop100ByName Method

[This is preliminary documentation and is subject to change.]

Lists the first 100 results starting with a partialname in an undefined order.

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<INameable> ListTop100ByName(
	long companyId,
	string partialName
)

Parameters

companyId
Type: SystemInt64
The companyid, if applicable
partialName
Type: SystemString
Start of the name

Return Value

Type: IEnumerableINameable

[Missing <returns> documentation for "M:Netadmin.Management.Common.Core.IDropdownable.ListTop100ByName(System.Int64,System.String)"]

See Also