OrderProperty Constructor
IT Hit WebDAV Classes Reference
Initializes new instance.
Namespace:
ITHit.WebDAV.Server.Paging
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public OrderProperty(
PropertyName name,
bool ascending
)
Public Sub New (
name As PropertyName,
ascending As Boolean
)
public:
OrderProperty(
PropertyName name,
bool ascending
)
new :
name : PropertyName *
ascending : bool -> OrderProperty
Parameters
- name
- Type: ITHit.WebDAV.ServerPropertyName
Property name. - ascending
- Type: SystemBoolean
Order direction.
See Also