Click or drag to resize
IDeviceManager.GetStandAloneDevices Method

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

Retrieves stand alone devices for a specific company

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IPagination<IDevice> GetStandAloneDevices(
	PaginationRequest<IDevice> paginationRequest,
	long companyId
)

Parameters

paginationRequest
Type: Netadmin.Management.Common.Core.PaginationRequest<IDevice>
Pagination request
companyId
Type: System.Int64
Company id

Return Value

Type: IPagination<IDevice>
Pagination of devices
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less.
See Also