Folders Function (Repository.Item Module)
[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.]
Stores Modeling Services Folders that help to organize, secure, and manage items in tables that use the Folder design pattern.
Folders()
Table Returned
Field | Data type | Description |
---|---|---|
Id |
Integer32 |
An integer that uniquely identifies the Folder. |
Name |
Text(100) |
The name of the Folder. |
Folder |
Integer32 |
The parent Folder. A null value indicates that the Folder does not have a parent and is at the top of the Folder hierarchy. |