PresentationStyleExportAttribute Class
This is a custom version of the
ExportAttribute that contains metadata for presentation
style plug-ins.
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public sealed class PresentationStyleExportAttribute : ExportAttribute
Public NotInheritable Class PresentationStyleExportAttribute
Inherits ExportAttribute
public ref class PresentationStyleExportAttribute sealed : public ExportAttribute
[<SealedAttribute>]
type PresentationStyleExportAttribute =
class
inherit ExportAttribute
end
- Inheritance
- ExportAttribute PresentationStyleExportAttribute
| 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
|