Enum SoTable.BlockKind
Should this table be blocked in generic api's and providers
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public enum SoTable.BlockKind
Fields
Name | Description |
---|---|
BlockInAnyProvider | Block in any archiveprovider. Careful, check if there actuallyy is a legitimate ExtenderBase for the table first, to avoid breaking things |
BlockInDotSyntax | Block in the DotSyntax system, but allow in coded providers |
None | Do not block - usual case |