{CompanyName} FlexyGo

ViewController..::..GetViewTemplate Method

Gets the view template based on an object name, an object where and a module Id. returns a ViewHelper as an ActionResult

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetViewTemplate(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string PageName,
	string TemplateId
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetViewTemplate ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	PageName As String, _
	TemplateId As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
The module identifier.
PageName
Type: String
The page identifier.
TemplateId
Type: String
Optional TemplateId

Return Value

ActionResult.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedExceptionModule object name and module object where can't be blank