Interface IDocumentPluginOptional
Optional interface for a document plugin if it needs to determine at
runtime (during factory initialization) if it is available/optional.
Typical checks could be to see if required configuration, licese of feature toggle.
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IDocumentPluginOptional
Methods
IsAvailable()
Returns true if the document plugin is available.
Declaration
bool IsAvailable()
Returns
Type | Description |
---|---|
Boolean | True if the document plugin is available. |
Extension Methods
EnumUtil.MapEnums<From, To>(From)