Interface ISelectionInfo
Interface providing information about a selection.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface ISelectionInfo
Properties
Name
Name of the selection
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
SelectedMembers
Highlighted list from selection. (space separated list consisting of comma separated contacts and persons from selection.)
Declaration
string SelectedMembers { get; }
Property Value
Type | Description |
---|---|
String |
SelectionId
Primary key of the selection record
Declaration
int SelectionId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)