ClientContext.PageOpeningMethod Property

Full PageOpeningMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyPageOpeningMethod. Prototype: public void PageOpeningMethod(TDisplay display).
<ID("PageOpeningMethod", (int)e.PageOpeningMethod)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Property PageOpeningMethod() As String
This language is not supported or no code example is available.
[ID("PageOpeningMethod", (int)e.PageOpeningMethod)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public string PageOpeningMethod {get; set;}
This language is not supported or no code example is available.

Property Value

string

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition