Click or drag to resize
ITicketDepartmentManagerGetAll Method (IEnumerableInt64)

[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
Syntax
IEnumerable<ITicketDepartment> GetAll(
	IEnumerable<long> companyIds
)

Parameters

companyIds
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: IEnumerableITicketDepartment

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.ITicketDepartmentManager.GetAll(System.Collections.Generic.IEnumerable{System.Int64})"]

Exceptions
ExceptionCondition
ArgumentNullExceptioncompanyIds can not be null.
InvalidIdentifierExceptionThrown if an identifier is zero or lower
See Also