Presentation Style Export Attribute Class
This is a custom version of the ExportAttribute that contains metadata for presentation
style plug-ins.
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public sealed class PresentationStyleExportAttribute : ExportAttributeVB
Public NotInheritable Class PresentationStyleExportAttribute
Inherits ExportAttributeC++
public ref class PresentationStyleExportAttribute sealed : public ExportAttributeF#
[<SealedAttribute>]
type PresentationStyleExportAttribute =
class
inherit ExportAttribute
end- Inheritance
- ExportAttribute PresentationStyleExportAttribute
Constructors
| PresentationStyleExportAttribute | Constructor |
Properties
| Copyright | This is used to get or set copyright information for the presentation style |
| Description | This is used to get or set a brief description of the presentation style |
| Id | This read-only property is used to get the presentation style ID |
| IsDeprecated | This read-only property is used to indicate that the presentation style has been deprecated |
| Title | This read-only property is used to get the presentation style title |
| Version | This is used to get or set the presentation style version number |