HelpPageSampleKey Constructor (SampleDirection, String^, String^, IEnumerable<String^>^)
Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public:
HelpPageSampleKey(
SampleDirection sampleDirection,
String^ controllerName,
String^ actionName,
IEnumerable<String^>^ parameterNames
)
Parameters
- sampleDirection
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Description.Samples::SampleDirection
The SampleDirection.
- controllerName
-
Type:
System::String^
Name of the controller.
- actionName
-
Type:
System::String^
Name of the action.
- parameterNames
-
Type:
System.Collections.Generic::IEnumerable<String^>^
The parameter names.
Show: