Show / Hide Table of Contents

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