Click or drag to resize

ApplicationIsValid Method

Returns a value indicating if the Underlying Context and Application is available and valid

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public bool IsValid()

Return Value

Type: Boolean
True if the underlying context and application is available and valid, otherwise false

Implements

IApplicationIsValid
See Also