Content FilesSource Path Wildcard Property
This read-only property returns the source path wildcard used to copy files
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string SourcePathWildcard { get; }VB
Public ReadOnly Property SourcePathWildcard As String
GetC++
public:
property String^ SourcePathWildcard {
String^ get ();
}F#
member SourcePathWildcard : string with get