Documentation > CMS Template API Library > Path
CrownPeak.CMSAPI.Path
Encapsulates path information. Parses a path into various parts. Usually available from filename.aspx, url.aspx, asseturl.aspx, and assetfilename.aspx. Usually available from output.aspx when publishing.
| Name | Description | Type |
|---|---|---|
| Extension | The file extension |
Property |
| FileName | The name of the file |
Property |
| Folder | The folder |
Property |
| FullPath | The full path including the Label and the extension |
Property |
| Label | The label of the path |
Property |