publicstaticstringDescription{get{returnLC.L(@"Supports connections to a SharePoint server (including OneDrive for Business). Allowed formats are ""mssp://tennant.sharepoint.com/PathToWeb//BaseDocLibrary/subfolder"" or ""mssp://username:password@tennant.sharepoint.com/PathToWeb//BaseDocLibrary/subfolder"". Use a double slash '//' in the path to denote the web from the documents library.");}}
publicstaticstringDescriptionAuthPasswordLong{get{returnLC.L(@"The password used to connect to the server. This may also be supplied as the environment variable ""AUTH_PASSWORD"".");}}
publicstaticstringDescriptionAuthPasswordShort{get{returnLC.L(@"Supplies the password used to connect to the server");}}
publicstaticstringDescriptionAuthUsernameLong{get{returnLC.L(@"The username used to connect to the server. This may also be supplied as the environment variable ""AUTH_USERNAME"".");}}
publicstaticstringDescriptionAuthUsernameShort{get{returnLC.L(@"Supplies the username used to connect to the server");}}
publicstaticstringDescriptionIntegratedAuthenticationLong{get{returnLC.L(@"If the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.");}}
publicstaticstringDescriptionIntegratedAuthenticationShort{get{returnLC.L(@"Use windows integrated authentication to connect to the server");}}
publicstaticstringDescriptionUseRecyclerLong{get{returnLC.L(@"Use this option to have files moved to the recycle bin folder instead of removing them permanently when compacting or deleting backups.");}}
publicstaticstringDescriptionUseRecyclerShort{get{returnLC.L(@"Move deleted files to the recycle bin");}}
publicstaticstringDescriptionBinaryDirectModeLong{get{returnLC.L(@"Use this option to upload files to SharePoint as a whole with BinaryDirect mode. This is the most efficient way of uploading, but can cause non-recoverable timeouts under certain conditions. Use this option only with very fast and stable internet connections.");}}
publicstaticstringDescriptionBinaryDirectModeShort{get{returnLC.L(@"Upload files using binary direct mode.");}}
publicstaticstringDescriptionWebTimeoutLong{get{returnLC.L(@"Use this option to specify a custom value for timeouts of web operation when communicating with SharePoint Server. Recommended value is 180s.");}}
publicstaticstringDescriptionWebTimeoutShort{get{returnLC.L(@"Set timeout for SharePoint web operations.");}}
publicstaticstringDescriptionChunkSizeLong{get{returnLC.L(@"Use this option to specify the size of each chunk when uploading to SharePoint Server. Recommended value is 4MB.");}}
publicstaticstringDescriptionChunkSizeShort{get{returnLC.L(@"Set block size for chunked uploads to SharePoint.");}}
publicstaticstringMissingElementError(stringserverrelpath,stringhosturl){returnLC.L(@"Element with path '{0}' not found on host '{1}'.",serverrelpath,hosturl);}
publicstaticstringNoSharePointWebFoundError(stringurl){returnLC.L(@"No SharePoint web could be logged in to at path '{0}'. Maybe wrong credentials. Or try using '//' in path to separate web from folder path.",url);}
publicstaticstringWebTitleReadFailedError{get{returnLC.L(@"Everything seemed alright, but then web title could not be read to test connection. Something's wrong.");}}
}
internalstaticclassOneDriveForBusiness
{
publicstaticstringDisplayName{get{returnLC.L(@"Microsoft OneDrive for Business");}}
publicstaticstringDescription{get{returnLC.L(@"Supports connections to Microsoft OneDrive for Business. Allowed formats are ""od4b://tennant.sharepoint.com/personal/username_domain/Documents/subfolder"" or ""od4b://username:password@tennant.sharepoint.com/personal/username_domain/Documents/folder"". You can use a double slash '//' in the path to denote the base path from the documents folder.");}}