Package com.axemble.vdoc.sdk.interfaces
Interface ITopic.IType
- Enclosing interface:
ITopic
public static interface ITopic.IType
The various types of topics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Block template topics containt block templatesstatic final int
Navigation topics contain pages, aliasesstatic final int
Page template topics contain page templatesstatic final int
Shared block topics contain shared blocks
-
Field Details
-
NAVIGATION
static final int NAVIGATIONNavigation topics contain pages, aliases- See Also:
-
SHARED_BLOCK
static final int SHARED_BLOCKShared block topics contain shared blocks- See Also:
-
PAGE_TEMPLATE
static final int PAGE_TEMPLATEPage template topics contain page templates- See Also:
-
BLOCK_TEMPLATE
static final int BLOCK_TEMPLATEBlock template topics containt block templates- See Also:
-