Click or drag to resize

SystemOptionsServicesUploadAffixFile Method


Uploads a Dictionary Affix File for spellchecking of specific language. This action can only invoked via multipart form post.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<FileUploadResult> UploadAffixFile(
	Stream FileByteStream
)

Parameters

FileByteStream  Stream
Dictionary file content

Return Value

XHRServiceResponseGenericFileUploadResult

Information of uploaded dictionary affix file

Example

Sample JSON return

JavaScript
{
  "ContentFreezeEndTime": "",
  "ContentFreezeStartTime": "",
  "code": 0,
  "error": null,
  "message": {
    "uploadedFiles": [
      "de-de.aff"
    ]
    }
}
See Also