Click or drag to resize

PFApplicationRestHandler Properties

The PFApplicationRestHandler type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the Packflow application.
Public propertyCustomHttpMethod
Gets the HTTP method text. Only filled if the used Http method is not listed by the RestHttpMethod enum.
Public propertyHttpMethod
Gets the HTTP method.
Public propertyRequest
Gets the request.
Public propertyRequestExpectsCamelCaseJson
Gets a (request parameter) value indicating if the returned JSON should follow camel case. Default value: false. Query string parameter name: "camelCase".
Public propertyRequestExpectsIgnoredNullValues
Gets a (request parameter) value indicating if the returned JSON should ignore null values. Default value: true. Query string parameter name: "ignoreNullValues".
Public propertyRequestExpectsPrettyJson
Gets a (request parameter) value indicating if the returned JSON should be indented. Default value: false. Query string parameter name: "pretty".
Public propertyResponse
Gets the response.
Top
See Also