Interface ICallListTemplate
Interface which must be integrated into all template instances / systems
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public interface ICallListTemplate
Methods
| Improve this Doc View SourceGetContacts(Guid)
Get an enumerable of contact guids
Declaration
IEnumerable<Guid> GetContacts(Guid configurationId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | configurationId | Configuration id. Mostly configurations are stored in the database |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Guid> | Enumerable of contact ids |