Share via


RetailMediaFileDescription::construct Method [AX 2012]

Instantiates and returns a new instance of the RetailMediaFileDescriptionclass. Reads file content of the file referenced by _docuRefRecId into the instance of the RetailMediaFileDescription object.

Syntax

client server public static RetailMediaFileDescription construct(RecId _docuRefRecId)

Run On

Called

Parameters

  • _docuRefRecId
    Type: RecId Extended Data Type
    The file reference to initialize the new instance of the RetailMediaFileDescription object with.

Return Value

Type: RetailMediaFileDescription Class
Returns a new instance of the RetailMediaFileDescription class

See Also

Reference

RetailMediaFileDescription Class