Name | Description | |
---|---|---|
![]() | ContainsItem | Can be used to check, if an item exists in the repository. |
![]() | CreateOrUpdateItem | Stores a new or modified item in the repository. |
![]() | DeleteItem | Deletes the repository item with the specified ID. |
![]() | GetAllItems | Returns a list of all items in the repository. |
![]() | GetItem | Returns a single repository item. |
![]() | LoadItem | Loads the contents of the file (repository item) and writes it to the destinationStream. |
![]() | LockItem | Gets called when an item of the repository is loaded to be edited (i.e. project files) to lock it for exclusive access. |
![]() | UnlockItem | Releases a lock for an item which was previously locked with LockItem for editing. |