ITicketTypeManager GetAll Method (IEnumerable Int64 )
[This is preliminary documentation and is subject to change.]
Returns all ticket type for specific companies
Namespace: Netadmin.Management.Ticketing Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable <ITicketType > GetAll (
IEnumerable <long > companyIds
)Function GetAll (
companyIds As IEnumerable (Of Long )
) As IEnumerable (Of ITicketType )Parameters companyIds Type: System.Collections.Generic IEnumerable Int64 The company ids Return Value Type:
IEnumerable ITicketType [Missing <returns> documentation for "M:Netadmin.Management.Ticketing.ITicketTypeManager.GetAll(System.Collections.Generic.IEnumerable{System.Int64})"]
ExceptionsException Condition ArgumentNullException companyIds can not be null.ArgumentException CompanyIds can not be empty
See Also