This property is used to serialize the application path

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public string ApplicationPathSerializable { get; set; }
Visual Basic
Public Property ApplicationPathSerializable As String
	Get
	Set

Property Value

Type: String

Remarks

FilePath is not serializable because it does not have a parameterless constructor. This stands in for the ApplicationPath property when this class is serialized.

See Also