Show / Hide Table of Contents

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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top