[This is preliminary documentation and is subject to change.]
The constructor to set the values of the application information
object.
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ApplicationInfo( string Text, string Url, Constants..::.ApplicationType type, bool active ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ Text As String, _ Url As String, _ type As Constants..::.ApplicationType, _ active As Boolean _ ) |
Visual C++ |
---|
public: ApplicationInfo( String^ Text, String^ Url, Constants..::.ApplicationType type, bool active ) |
Parameters
- Text
- Type: System..::.String
The name of the application.
- Url
- Type: System..::.String
The url ofthe application.
- type
- Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type.
- active
- Type: System..::.Boolean
Determines whether the application is Active, True = Active, False = inactive.