AcceptRemoteShare(int shareId) | owncloudsharp.Client | |
AddUserToGroup(string username, string groupName) | owncloudsharp.Client | |
AddUserToSubAdminGroup(string username, string groupName) | owncloudsharp.Client | |
Client(string url, string user_id, string password) | owncloudsharp.Client | |
Copy(string source, string destination) | owncloudsharp.Client | |
CreateDirectory(string path) | owncloudsharp.Client | |
CreateGroup(string groupName) | owncloudsharp.Client | |
CreateUser(string username, string initialPassword) | owncloudsharp.Client | |
DeclineRemoteShare(int shareId) | owncloudsharp.Client | |
Delete(string path) | owncloudsharp.Client | |
DeleteAttribute(string app, string key) | owncloudsharp.Client | |
DeleteGroup(string groupName) | owncloudsharp.Client | |
DeleteShare(int shareId) | owncloudsharp.Client | |
DeleteUser(string username) | owncloudsharp.Client | |
DisableApp(string appName) | owncloudsharp.Client | |
Download(string path) | owncloudsharp.Client | |
DownloadDirectoryAsZip(string path) | owncloudsharp.Client | |
EnableApp(string appName) | owncloudsharp.Client | |
Exists(string path) | owncloudsharp.Client | |
GetApp(string appName) | owncloudsharp.Client | |
GetApps() | owncloudsharp.Client | |
GetAttribute(string app="", string key="") | owncloudsharp.Client | |
GetConfig() | owncloudsharp.Client | |
GetResourceInfo(string path) | owncloudsharp.Client | |
GetShares(string path, OcsBoolParam reshares=OcsBoolParam.None, OcsBoolParam subfiles=OcsBoolParam.None) | owncloudsharp.Client | |
GetUserAttributes(string username) | owncloudsharp.Client | |
GetUserGroups(string username) | owncloudsharp.Client | |
GetUserSubAdminGroups(string username) | owncloudsharp.Client | |
GroupExists(string groupName) | owncloudsharp.Client | |
IsShared(string path) | owncloudsharp.Client | |
IsUserInGroup(string username, string groupName) | owncloudsharp.Client | |
IsUserInSubAdminGroup(string username, string groupNname) | owncloudsharp.Client | |
List(string path) | owncloudsharp.Client | |
ListOpenRemoteShare() | owncloudsharp.Client | |
Move(string source, string destination) | owncloudsharp.Client | |
OCSUserAttributeKeyName | owncloudsharp.Client | static |
RemoveUserFromGroup(string username, string groupName) | owncloudsharp.Client | |
RemoveUserFromSubAdminGroup(string username, string groupName) | owncloudsharp.Client | |
SearchGroups(string name) | owncloudsharp.Client | |
SearchUsers(string username) | owncloudsharp.Client | |
SetAttribute(string app, string key, string value) | owncloudsharp.Client | |
SetUserAttribute(string username, OCSUserAttributeKey key, string value) | owncloudsharp.Client | |
ShareWithGroup(string path, string groupName, int perms=-1) | owncloudsharp.Client | |
ShareWithLink(string path, int perms=-1, string password=null, OcsBoolParam public_upload=OcsBoolParam.None) | owncloudsharp.Client | |
ShareWithUser(string path, string username, int perms=-1, OcsBoolParam remoteUser=OcsBoolParam.None) | owncloudsharp.Client | |
UpdateShare(int shareId, int perms=-1, string password=null, OcsBoolParam public_upload=OcsBoolParam.None) | owncloudsharp.Client | |
Upload(string path, Stream data, string contentType) | owncloudsharp.Client | |
UserExists(string username) | owncloudsharp.Client | |