Cookie.Path() Method

Version: Available or changed with runtime version 13.0.

The path of the cookie. It indicates the path that must exist in the request URL to send the cookie.

Syntax

Path :=   Cookie.Path()

Note

This method can be invoked using property access syntax.

Parameters

Cookie
 Type: Cookie
An instance of the Cookie data type.

Return Value

Path
 Type: Text
The path of the cookie.

See Also

Cookie Data Type
Getting Started with AL
Developing Extensions