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.CoreAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<INameable> ListTop100ByName(
long companyId,
string partialName
)
Function ListTop100ByName (
companyId As Long,
partialName As String
) As IEnumerable(Of INameable)
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