[This is preliminary documentation and subject to change.]

Returns whether a login control should be displayed.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property RequiresLogin As Boolean
C#
bool RequiresLogin { get; }
C++
property bool RequiresLogin abstract  {
    bool get();
}
J#
/** property */
public bool get_RequiresLogin();
JScript
public function get RequiresLogin() : bool

Property Value

true if this plugin should include an account login user control, false otherwise.

Remarks

A plugin is optionally able to include account login information. If this property returns true then a login user control with test button will be displayed automatically on the configuration pane for this plugin in PlayOn Settings.

See Also