8.6.3 LoadMachineModuleDocumentation Method

The LoadMachineModuleDocumentation Method allows to securely load any machine module documentation to the documentation repository Documentation folder where it can be reached by applications.

The signature of this Method is specified below. Table 41 specifies the Arguments representation.

Signature

	LoadMachineModuleDocumentation (
	[in]		0:ByteString						DocumentToBeLoaded,
	[in]		0:String							DocumentName,
	[out] 	MethodExecutionFeedbackType		ExecutionFeedback);
Table 41 – LoadMachineModuleDocumentation Method Arguments
Argument Description
DocumentToBeLoadedThe document, as a byte string, to be transferred to the Documentation folder.
DocumentNameThe document name to be associated to the document in the underlying system.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.