Share via


DocumentFileHelper::getValidateUnpackedDocumentFileData Method [AX 2012]

Validates the document properties and returns them as a container.

Syntax

client server public static container getValidateUnpackedDocumentFileData(
    str _name, 
    str _url, 
    str _type, 
    utcdatetime _date, 
    str _document, 
   [int _counter])

Run On

Called

Parameters

  • _name
    Type: str
    The name property
  • _url
    Type: str
    The URL property
  • _type
    Type: str
    The content type property
  • _document
    Type: str
    The document contents property
  • _counter
    Type: int
    The Integer counter for the index of document file messages.

Return Value

Type: container
A container that contains the document file properties.

See Also

Reference

DocumentFileHelper Class