URIPathSegmentAttribute.Create Constructor
Creates the attribute with the given path.
Syntax
Unit: XData.Service.Common
constructor URIPathSegmentAttribute.Create(const APath: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | APath | string | The URL path, with segments separated by slashes. |