'Declaration Public Function GetFolder( _
ByVal folderFullNameFull name of the folder.As System.String _
) As PdfAttachmentFolder
public PdfAttachmentFolder GetFolder(
System.String folderFullName
)
public: PdfAttachmentFolder* GetFolder(
System.String folderFullName
)
public:
PdfAttachmentFolder^ GetFolder(
System.String folderFullName
)
Parameters
- folderFullName
- Full name of the folder.
Return Value
PDF attachment folder if folder is found; otherwise, null.