Click or drag to resize
Sandcastle Help File BuilderApiEntryType Enumeration
This public enumerated type defines the API entry types that can be removed from the reflection information file.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum ApiEntryType
Members
  Member nameValueDescription
None0An unknown entry
Namespace1A namespace
Class2A class
Structure3An interface
Interface4An interface
Enumeration5An enumeration
Delegate6A delegate
Constructor7A constructor
Method8A method
Operator9An operator
Property10A property
Event11An event
Field12A field
See Also