Enum ProductLicense
Different licenses that products can require.
Namespace: SuperOffice.License
Assembly: SoCore.dll
Syntax
[Obsolete("Not relevant for the new license system", false)]
[Flags]
public enum ProductLicense : uint
Fields
Name | Description |
---|---|
All | All available licenses. |
Audience | Audience license is required. |
ConfidentialAppointment | The user is permitted to create external appointments. |
CreateExternalPerson | The user is permitted to create external persons. |
Deprecatable | All licenses that can be deprecated. But what does this really mean?? |
ExpanderForCollaboration | Expander for collaboration license is required |
ExpanderKey | ExpanderKey license is required. |
Login | The user is licensed to log in. |
None | No available licenses |
Pocket CRM license is present |
|
PocketLogin | Pocket CRM license is required |
ProductTypeCRMSoftware | Product type is "conventional, installed" |
ProductTypeOnlinePro | Product type is "Online, professional edition" |
ProductTypeOnlineStd | Product type is "Online, standard edition" |
Publish | The user is permitted to publish. |
RemoteTravel | The user is licensed to use remote travel. |
ReporterStudio | The user is licensed to use reporter studio. |
Saint | Saint license is required |
Site | All possible site licenses. |
SyncEngine | The user is licensed to use the sync engine. |
Travel | TBD |
User | All possible user licenses. |
Web | WebClient (SIX.Web) license is required. |
WebLogin | The user is licensed to log in to web clients. |
WebServices | WebServices license is required. |
Win | Windows client |
WinLogin | The user is licensed to log in to windows clients. |