An object for setting and getting directory paths for storing various files.
Source tables: OADP
// Get the path admin object CompanyService com_service = DICompany.GetCompanyService(); oPathAdmin = com_service.GetPathAdmin(); // Set new paths oPathAdmin.WordTemplateFolderPath = "c:\Documnets\Templates\"; oPathAdmin.PicturesFolderPath = "c:\Documnets\Pictures\"; oPathAdmin.AttachmentsFolderPath = "c:\Documnets\Data\"; oPathAdmin.ExtensionsFolderPath = "c:\Documnets\Extention\"; // Update paths com_service.UpdatePathAdmin(oPathAdmin);
PathAdmin Members | ExcelFolderPath Property | XMLFileFolderPath Property