PageController..::..GetPageObjectDefaults Method
Gets the object defaults for the loaded page
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetPageObjectDefaults( string StrType, string ObjectName, string ObjectWhere )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetPageObjectDefaults ( _ StrType As String, _ ObjectName As String, _ ObjectWhere As String _ ) As ActionResult
Parameters
- StrType
- Type: String
Page Type.
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
Where of the object.