FoldersPath Function (Repository.Item Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Returns a textual representation of a Folder path. The path uses a forward-slash as a delimiter.
[Repository.Item].[FoldersPath] ( @folder )
Arguments
@folder
Type: [Repository.Item].[FolderId]. The Folder identifier.
Return Types
nvarchar(max)