Severa API documentation
Severa API documentation
Severa
Severa.API
AccountGetOptions Enumeration
AccountGroupGetOptions Enumeration
AuthenticationFailureException Class
BusinessUnitGetOptions Enumeration
CacheForPhaseConverter Class
CacheForTimeEntry Class
CaseGetOptions Enumeration
Finvoice12UnitPriceFormattingStrategy Class
FinvoiceExport<T> Class
FinvoiceFieldMaximumLengthStrategy Class
FinvoiceFreeTextFormatter Class
FinvoiceWriter Class
GeneralFailureException Class
IAccessRights Interface
IAccount Interface
IAccountGroup Interface
IActivity Interface
IActivityType Interface
IAddress Interface
IAPI Interface
IBusinessUnit Interface
ICase Interface
ICaseStatus Interface
ICompany Interface
IContact Interface
ICostCenter Interface
ICountry Interface
ICurrency Interface
ICustomer Interface
IEmployment Interface
IExtranet Interface
IFile Interface
IFinvoiceExport Interface
IFinvoiceFreeTextFormatter Interface
IFinvoiceUnitPriceFormattingStrategy Interface
IFinvoiceUnitPriceFormattingStrategy.NumberFormatter Delegate
IHeartbeat Interface
IHourEntry Interface
IIndustry Interface
IInvoice Interface
IInvoiceExport Interface
IInvoiceStatus Interface
IItem Interface
ILanguage Interface
ILeadSource Interface
InvoiceGetOptions Enumeration
InvoicePdfGetOptions Enumeration
IOverTime Interface
IPhase Interface
IPhaseMember Interface
IPricelist Interface
IProduct Interface
IProductCategory Interface
IResource Interface
IResourceAllocation Interface
ISalesProcess Interface
ISalesStatus Interface
ITag Interface
ITimeEntry Interface
ITimezone Interface
ITravelReimbursement Interface
ITravelReimbursementStatus Interface
IUser Interface
IWorkType Interface
NoPermissionException Class
PhaseGetOptions Enumeration
ProductCategoryGetOptions Enumeration
ProductGetOptions Enumeration
QuotaLimitExceededException Class
SeveraApiException Class
SeveraFaultException<TDetail> Class
SoapApiIocModule Class
TosNotApprovedException Class
TravelReimbursementGetOptions Enumeration
UserGetOptions Enumeration
ValidationException Class
XmlSchemaExport<T> Class
XmlSchemaExport<T>.NamespaceEmbeddedXmlResolver Class
XmlSchemaInvoiceExport<T> Class
User
Get
Options Enumeration
When getting users, this limits the results returned.
Namespace:
Severa.API
Assembly:
Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax
C#
VB
Copy
public
enum
UserGetOptions
Public
Enumeration
UserGetOptions
Members
Member name
Value
Description
None
0
No options specified.
NewOnly
1
User is returned only if it has been inserted on the given time period.
IncludeInactive
2
Inactive Users are returned together with active ones.
Remarks
See: IUser.GetUsersChangedSince()
See Also
Reference
Severa.API Namespace