Open this page in the API Guide

FileProperty.AllowWildcard Property

Gets or sets a value indicating whether wildcard characters, such as "*" and "?" are allowed in file path.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool AllowWildcard { get; set; }

Property Value

Type: Boolean
true if wildcard characters are allowed in file path; otherwise, false.
See Also