suite4.net.FormDatabase Documentation

FormSortProperty Enumeration

Enumeration specifying the IForm property by which an IFormCollection is to be sorted.

[Visual Basic]
Public Enum FormSortProperty
[C#]
public enum FormSortProperty

Remarks

The enumeration defaults to Name.

Members

Member Name Description
Name The IFormCollection will be sorted by the Name.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

suite4.net.FormDatabase Namespace