NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.FeedbackEmailAddress Property

Gets or sets the FeedbackEmailAddress property.

[Visual Basic]
<Category(Category:="Documentation Main Settings"), _  Description(Description:="If an email address is supplied, a mailto link will be placed at the bottom of each page using this address."), _  DefaultValue>
Public Property FeedbackEmailAddress As String [C#]
[Category(Category="Documentation Main Settings")]
[Description(Description="If an email address is supplied, a mailto link will be placed at the bottom of each page using this address.")]
[DefaultValue]
public string FeedbackEmailAddress { get; set; } [C++]
[Category(Category="Documentation Main Settings")]
[Description(Description="If an email address is supplied, a mailto link will be placed at the bottom of each page using this address.")]
[DefaultValue]
public: __property String* get_FeedbackEmailAddress(); public: __property void set_FeedbackEmailAddress(String* ); [JScript] public 
   Category(Category="Documentation Main Settings")
   Description(Description="If an email address is supplied, a mailto link will be placed at the bottom of each page using this address.")
   DefaultValue
function get FeedbackEmailAddress() : String public 
   Category(Category="Documentation Main Settings")
   Description(Description="If an email address is supplied, a mailto link will be placed at the bottom of each page using this address.")
   DefaultValue
function set FeedbackEmailAddress(String);

Remarks

If an email address is supplied, a mailto link will be placed at the bottom of each page, pointing to this address.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace