Class FindInlineToSelectionDataHandler
Inheritance
FindInlineToSelectionDataHandler
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class FindInlineToSelectionDataHandler : FindInlineDataHandler, IDataHandler, IWebObject, IPlugin
Constructors
FindInlineToSelectionDataHandler()
Declaration
public FindInlineToSelectionDataHandler()
Methods
getProviderName()
Declaration
protected override string getProviderName()
Returns
Overrides
Load(String)
Declaration
public override void Load(string CarrierId)
Parameters
| Type |
Name |
Description |
| String |
CarrierId |
|
Overrides
LoadDefaultInternalArchiveRestrictionInfos()
Declaration
protected virtual List<FindInlineArchiveRestrictionInfo> LoadDefaultInternalArchiveRestrictionInfos()
Returns
OnBeforeDataBind()
Declaration
public override void OnBeforeDataBind()
Overrides
SaveRestrictions(String, String, String, FindInlineArchiveRestrictionInfo[])
Declaration
public static void SaveRestrictions(string storageType, string providerName, string storageKey, FindInlineArchiveRestrictionInfo[] restrictions)
Parameters
SaveRestrictions(String, String, String, FindInlineArchiveRestrictionInfo[], String)
Declaration
public static int SaveRestrictions(string storageType, string providerName, string storageKey, FindInlineArchiveRestrictionInfo[] restrictions, string entity)
Parameters
Returns
Implements
SuperOffice.Factory.IPlugin