| ContentType Enumeration |
This defines the content types that can be edited
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax [SerializableAttribute]
public enum ContentType
<SerializableAttribute>
Public Enumeration ContentType
[SerializableAttribute]
public enum class ContentType
[<SerializableAttribute>]
type ContentType
Members
| Member name | Value | Description |
---|
| CodeSnippets | 0 | Code snippets |
| Images | 1 | Edit image references |
| Tokens | 2 | Edit tokens |
| Topics | 3 | Edit topics |
See Also