'Declaration Public Overloads Function CreateFolder( _
ByVal parentFolderFullNameПолное имя родительской папки новой папки.As System.String, _
ByVal newFolderNameИмя новой папки.As System.String _
) As PdfAttachmentFolder
public PdfAttachmentFolder CreateFolder(
System.String parentFolderFullName,
System.String newFolderName
)
public: PdfAttachmentFolder* CreateFolder(
System.String parentFolderFullName,
System.String newFolderName
)
public:
PdfAttachmentFolder^ CreateFolder(
System.String parentFolderFullName,
System.String newFolderName
)
Parameters
- parentFolderFullName
- Полное имя родительской папки новой папки.
- newFolderName
- Имя новой папки.
Return Value
Экземпляр PdfAttachmentFolder, если папка создана; в противном случае null.