Views the tenants for form widget.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public List<deTenant> viewTenantsForFormWidget(
string sFormWidgetName
)
Public Function viewTenantsForFormWidget ( _
sFormWidgetName As String _
) As List(Of deTenant)
public:
List<deTenant^>^ viewTenantsForFormWidget(
String^ sFormWidgetName
)
Parameters
- sFormWidgetName
- Type: String
Name of the s form widget.
Return Value
List<deTenant>.