 | AMLNextCloudFileModel Constructor |
Creates an instance of the AMLFileModel for the NextCloud client
Namespace: Aml.Engine.Services.LibraryServiceAssembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntaxpublic AMLNextCloudFileModel(
string url,
string serverAddress,
string accessToken,
AMLFileContentType fileContentType
)
Public Sub New (
url As String,
serverAddress As String,
accessToken As String,
fileContentType As AMLFileContentType
)
public:
AMLNextCloudFileModel(
String^ url,
String^ serverAddress,
String^ accessToken,
AMLFileContentType fileContentType
)
Parameters
- url String
- The URL of the resource
- serverAddress String
- The server address, providing the source
- accessToken String
- The accesstoken used to login to the resource
- fileContentType AMLFileContentType
- The content type of the resource
See Also