CRMPresenter.GetSelectedIds(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the selected IDs from the lists.
public:
virtual System::String ^ GetSelectedIds(System::String ^ gridName);
public string GetSelectedIds (string gridName);
abstract member GetSelectedIds : string -> string
override this.GetSelectedIds : string -> string
Public Function GetSelectedIds (gridName As String) As String
Parameters
- gridName
- String
Specifies the name of the grid.