Click or drag to resize
IDropdownableMultipleCompaniesListTop100ByName Method (IEnumerableInt64, String)

[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(
	IEnumerable<long> companyIds,
	string partialName
)

Parameters

companyIds
Type: System.Collections.GenericIEnumerableInt64
The company ids, if applicable
partialName
Type: SystemString
Start of the name

Return Value

Type: IEnumerableINameable

[Missing <returns> documentation for "M:Netadmin.Management.Common.Core.IDropdownableMultipleCompanies.ListTop100ByName(System.Collections.Generic.IEnumerable{System.Int64},System.String)"]

See Also