Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.1 KB

File metadata and controls

40 lines (34 loc) · 1.1 KB
title description ms.author ms.date ms.topic author ms.reviewer
Cookie.Path() Method
The path of the cookie.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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