Show / Hide Table of Contents

Class SoDocumentPluginPreferenceHelper

Class used to assist storing and retrieving of DocumentPlugin-related preferences.

Inheritance
object
SoDocumentPluginPreferenceHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public static class SoDocumentPluginPreferenceHelper

Methods

GetCurrentProviderAsync(CancellationToken)

Class used to assist storing and retrieving of DocumentPlugin-related preferences.

Declaration
public static Task<SoDocumentPlugin> GetCurrentProviderAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<SoDocumentPlugin>

GetPreferredProviderAsync(CancellationToken)

Class used to assist storing and retrieving of DocumentPlugin-related preferences.

Declaration
public static Task<SoDocumentPlugin> GetPreferredProviderAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<SoDocumentPlugin>

SetCurrentProviderAsync(SoDocumentPlugin, CancellationToken)

Class used to assist storing and retrieving of DocumentPlugin-related preferences.

Declaration
public static Task SetCurrentProviderAsync(SoDocumentPlugin plugin, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SoDocumentPlugin plugin
CancellationToken cancellationToken
Returns
Type Description
Task

SetPreferredProviderAsync(SoDocumentPlugin, CancellationToken)

Class used to assist storing and retrieving of DocumentPlugin-related preferences.

Declaration
public static Task SetPreferredProviderAsync(SoDocumentPlugin plugin, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SoDocumentPlugin plugin
CancellationToken cancellationToken
Returns
Type Description
Task
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top