IDropdownableMultipleCompanies ListTop100ByName Method (IEnumerable Int64 , 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
SyntaxIEnumerable <INameable > ListTop100ByName (
IEnumerable <long > companyIds ,
string partialName
)Function ListTop100ByName (
companyIds As IEnumerable (Of Long ),
partialName As String
) As IEnumerable (Of INameable )Parameters companyIds Type: System.Collections.Generic IEnumerable Int64 The company ids, if applicable partialName Type: System String Start of the name Return Value Type:
IEnumerable INameable [Missing <returns> documentation for "M:Netadmin.Management.Common.Core.IDropdownableMultipleCompanies.ListTop100ByName(System.Collections.Generic.IEnumerable{System.Int64},System.String)"]
See Also