slaGetAllDocuments
slaGetAllDocuments(
)
=> l_listOfDocuments
Description
Retrieves a list of documents from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
Examples
Opens a setup library view in the edit mode and retrieves a list of documents from this view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetAllDocuments()
=> ("coverage45nm.xls")
Related Topics
Setup Library Assistant Functions
Return to top