Click or drag to resize

IAppOption Interface

SOWI Data Management App Option interface

Namespace:  SOWIData.Management.Interface
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public interface IAppOption

The IAppOption type exposes the following members.

Properties
  NameDescription
Public propertyCanClientCreate
Option can client create. If value equal true then in web form login puts button "client create"
Public propertyHREFAbout
Hyperlink to about site
Public propertyHREFContact
Hyperlink to contact web site.
Public propertyHREFFavicon
Hyperlink to favicon icon. Use to web site icon.
Public propertyHREFFeedback
Hyperlink to feedback site
Public propertyHREFHelp
Hyperlink to help web site.
Public propertyHREFLogo
Hyperlink to logo image. Use to web main site logo.
Public propertyTextAbout
About text
Public propertyTextContact
Contact text.
Public propertyTextFeedback
Feedback text
Public propertyTextHelp
Help text
Public propertyTitlePrefix
Text before title e.g. "SOWI App " as prefix and "Ticket" as title. That result "SOWI App Ticket"
Top
Remarks
Contact, Help and Feedback content put text when hyperlink empty (see SOWI web \Views\Shared\_NavigationPartial.cshtml)
See Also