IHostConfigurationAllowTableAttachedFiles Method

Indicates whether the table supports attachments.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool AllowTableAttachedFiles(
	string table
)

Parameters

table  String
Table name.

Return Value

Boolean
if allowed table attached files; otherwise, .

See Also