Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.GetAdditionalAttributeValue Method

Retrieves the value specified on an AdditionalMetadataAttribute.

Class: YetaWF.Core.Models.PropertyData
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public TYPE? GetAdditionalAttributeValue<TYPE>(
    string name,
    TYPE? dflt = null );

Parameters

name

The name specified on the AdditionalMetadataAttribute.

dflt

The default value returned if the AdditionalMetadataAttribute is not found.

Return Value

The value found on the AdditionalMetadataAttribute, or the value defined using the dflt parameter.

See Also YetaWF.Core.Models.PropertyData ClassYetaWF.Core Overview