Show / Hide Table of Contents

Class CmsKitContactConfigOptions

Inheritance
object
CmsKitContactConfigOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Contact
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class CmsKitContactConfigOptions

Constructors

CmsKitContactConfigOptions()

Declaration
public CmsKitContactConfigOptions()

Properties

ContactConfigs

Declaration
public Dictionary<string, ContactConfig> ContactConfigs { get; }
Property Value
Type Description
Dictionary<string, ContactConfig>

Methods

AddContact(string, string)

Declaration
public void AddContact(string name, string receiverEmailAddress)
Parameters
Type Name Description
string name
string receiverEmailAddress
In this article
Back to top Powered by Volosoft