ApiReferenceContentOptions

class

Namespace: MyLittleContentEngine

Provides configuration options for API reference documentation generation.

Declaration

public class ApiReferenceContentOptions

Inheritance

objectApiReferenceContentOptions

Implements

  • MyLittleContentEngine.IContentOptions

Propertys

BasePageUrl

property
public string BasePageUrl { get; init; }
Gets or sets the URL path component for API reference documentation pages.
Returns: string ApiReferenceContentOptions.BasePageUrl

ContentPath

property
public string ContentPath { get; init; }
Gets the path where content files are stored. Not applicable for API reference content.
Returns: string ApiReferenceContentOptions.ContentPath

ExcludedNamespace

property
public string[] ExcludedNamespace { get; init; }
Gets or sets the array of namespace prefixes to exclude in API documentation.
Returns: string[] ApiReferenceContentOptions.ExcludedNamespace

IncludeNamespace

property
public string[] IncludeNamespace { get; init; }
Gets or sets the array of namespace prefixes to include in API documentation.
Returns: string[] ApiReferenceContentOptions.IncludeNamespace