Compartir a través de


Initialization Class

Definition

The Initialization class used to track hosted application initialization information, wrapped in an object.

public ref class Initialization
public class Initialization
type Initialization = class
Public Class Initialization
Inheritance
Initialization

Constructors

Initialization(String)

Constructor

Properties

AdapterType

Get the adapter type.

AdapterURL

Get the URL of the adapter.

Arguments

Get the arguments of the external application.

ContainerType

Get the container type (i.e. appdomain or process).

DisplayGroup

Get the display group of the hosted application.

HasContainer

Returns "yes" if has isolation container.

HostInsideCcfUI

true if external application is hosted inside of the UII UI, false otherwise.

InitializationString

Get or Set the initialization string

IsDependentOnWorkflow

true if the application is dependent on workflow, false otherwise.

IsGlobal

true if the application is global, false otherwise.

IsIsolated

true if hosted application is isolated, false otherwise.

MinimunSize

Get the minimun size of the hosted application.

OptimunSize

Get the optimun size of the hosted application.

ShowMenu

true if external application menu is to be shown, false otherwise.

Url

Get the url of the hosted application.

UseAdapter

true if the hosted application uses an adapter, false otherwise.

UseOwnedWindow

True is application is developed using Microsoft Visual Basic 6.0 or older or older version of it, false otherwise.

UseToolBar

true if the web application toolbar is used, false otherwise.

WindowsControlType

Get the hosted control type.

WorkingDirectory

Get the working directory of the external application.

Methods

GetValue(String)

Returns the XmlNode that matches the XPath expression.

GetValueString(String)

Returns the InnerText of the XmlNode that matches the XPath expression, returns an empty string otherwise.

Applies to