Click or drag to resize

AMLNextCloudFileModel Constructor

Creates an instance of the AMLFileModel for the NextCloud client

Namespace: Aml.Engine.Services.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
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