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 |
DocumentToBeLoaded |
The document, as a byte string, to be transferred to the Documentation folder. |
DocumentName |
The document name to be associated to the document in the underlying system. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |