PFUserIdentityViewHtmlHelper.GetViewColumns Method |
Gets the column names of a specified view.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public override List<string> GetViewColumns(
string viewName
)
Parameters
- viewName
- Type: System.String
Name of the view.
Return Value
Type:
List<String>
List of column names.
See Also