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.3.169
Syntax
public XHRServiceResponseGeneric<FileUploadResult> UploadAffixFile(
	Stream FileByteStream
)

Parameters

FileByteStream
Type: System.IOStream
Dictionary file content

Return Value

Type: XHRServiceResponseGenericFileUploadResult

Information of uploaded dictionary affix file

Examples

Sample JSON return

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