{CompanyName} FlexyGo

PageController..::..GetPageByObject Method

Gets the page by object name and.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetPageByObject(
	string StrType,
	string ObjectName,
	string ObjectWhere,
	bool IsClone
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetPageByObject ( _
	StrType As String, _
	ObjectName As String, _
	ObjectWhere As String, _
	IsClone As Boolean _
) As ActionResult

Parameters

StrType
Type: String
Page Type.
ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
Where of the object.
IsClone
Type: Boolean
Is clone.

Return Value

ActionResult.