Method | Description | |
---|---|---|
AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
DeleteFolder ( string path, bool deleteContents, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
DeleteItem ( IExplorerItem itemToDelete, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
DirectoryStructureFromPath ( string path ) : string | ||
Load ( System.Guid workSpaceId ) : IExplorerItem | ||
Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem | ||
Load ( ResourceType type, string filter ) : IExplorerItem | ||
Load ( string filter ) : IExplorerItem | ||
MessageSubscription ( IExplorerRepositorySync sync ) : void | ||
MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
RenameFolder ( string path, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult |
Method | Description | |
---|---|---|
MoveVersionFolder ( string path, string newPath ) : void | ||
MoveVersions ( IExplorerItem itemToMove, string newPath ) : void | ||
RenameExplorerItem ( IExplorerItem itemToRename, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
ServerExplorerRepository ( ) : System | ||
ServerExplorerRepository ( IResourceCatalog resourceCatalog, IExplorerItemFactory explorerItemFactory, IDirectory directory, IExplorerRepositorySync sync, IServerVersionRepository versionRepository, IFile file ) : System |
public AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
itemToAdd | IExplorerItem | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |
public DeleteFolder ( string path, bool deleteContents, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
path | string | |
deleteContents | bool | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |
public DeleteItem ( IExplorerItem itemToDelete, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
itemToDelete | IExplorerItem | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |
public static DirectoryStructureFromPath ( string path ) : string | ||
path | string | |
return | string |
public Load ( System.Guid workSpaceId ) : IExplorerItem | ||
workSpaceId | System.Guid | |
return | IExplorerItem |
public Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem | ||
type | ResourceType | |
workSpaceId | System.Guid | |
return | IExplorerItem |
public Load ( ResourceType type, string filter ) : IExplorerItem | ||
type | ResourceType | |
filter | string | |
return | IExplorerItem |
public Load ( string filter ) : IExplorerItem | ||
filter | string | |
return | IExplorerItem |
public MessageSubscription ( IExplorerRepositorySync sync ) : void | ||
sync | IExplorerRepositorySync | |
return | void |
public MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
itemToMove | IExplorerItem | |
newPath | string | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |
public RenameFolder ( string path, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
path | string | |
newPath | string | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |
public RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult | ||
itemToRename | IExplorerItem | |
newName | string | |
workSpaceId | System.Guid | |
return | IExplorerRepositoryResult |