Search Results for

    Show / Hide Table of Contents

    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 Source

    GetContacts(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx