NotesFiltersExcludeTemplateAndDraft Method

SQL filter prepared to exclude documents in Template and Draft status.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ExcludeTemplateAndDraft(
	string aliasTable = "Notas"
)

Parameters

aliasTable  String  (Optional)
string with the alias table.

Return Value

String
string with the template and draft.

See Also