ITicketDepartmentManager GetAll Method (IEnumerable Int64 )
[This is preliminary documentation and is subject to change.]
Gets all departments for multiple companies
Namespace: Netadmin.Management.Ticketing Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable <ITicketDepartment > GetAll (
IEnumerable <long > companyIds
)Function GetAll (
companyIds As IEnumerable (Of Long )
) As IEnumerable (Of ITicketDepartment )Parameters companyIds Type: System.Collections.Generic IEnumerable Int64 Return Value Type:
IEnumerable ITicketDepartment [Missing <returns> documentation for "M:Netadmin.Management.Ticketing.ITicketDepartmentManager.GetAll(System.Collections.Generic.IEnumerable{System.Int64})"]
ExceptionsException Condition ArgumentNullException companyIds can not be null.InvalidIdentifierException Thrown if an identifier is zero or lower
See Also