JAMS Developer Guide
GetDocumentation Method (Folder)


MVPSI.JAMS Namespace > Folder Class : GetDocumentation Method
Gets All Documentation based on inherited folders and job definition.
Syntax
'Declaration
 
Public Function GetDocumentation( _
   Optional ByVal documentationType As DocumentationType, _
   Optional ByVal renderAs As RenderAs _
) As System.String
'Usage
 
Dim instance As Folder
Dim documentationType As DocumentationType
Dim renderAs As RenderAs
Dim value As System.String
 
value = instance.GetDocumentation(documentationType, renderAs)
public System.string GetDocumentation( 
   DocumentationType documentationType,
   RenderAs renderAs
)

Parameters

documentationType
renderAs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Folder Class
Folder Members