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.
client server public static RetailMediaFileDescription construct(RecId _docuRefRecId)
Run On
CalledParameters
- _docuRefRecId
- Type: RecId Extended Data Type
The file reference to initialize the new instance of the RetailMediaFileDescription object with.
Return Value
Type: RetailMediaFileDescription ClassReturns a new instance of the RetailMediaFileDescription class
Show: