Partager via


UnifiedClientPresenterControl.RunXrmCommandInternal Method

Definition

public:
 virtual System::Object ^ RunXrmCommandInternal(System::String ^ webResourceName, System::String ^ functionName, System::Collections::Generic::List<System::String ^> ^ parameters);
public object RunXrmCommandInternal (string webResourceName, string functionName, System.Collections.Generic.List<string> parameters);
abstract member RunXrmCommandInternal : string * string * System.Collections.Generic.List<string> -> obj
override this.RunXrmCommandInternal : string * string * System.Collections.Generic.List<string> -> obj
Public Function RunXrmCommandInternal (webResourceName As String, functionName As String, parameters As List(Of String)) As Object

Parameters

webResourceName
String
functionName
String
parameters
List<String>

Returns

Implements

Applies to