|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | AddGroup (IReleasableGroup *const Group) |
| void | AddSubfolder (IReleasableFolder *const Subfolder) |
| void | AsyncCommit (IEDMS_Vault *const Vault, IReleasableFolder *const ParentFolder) |
| void | AsyncCommitContents (IEDMS_Vault *const Vault) |
| IReleasableGroup * | CreateGroup () |
| bool | GetEnabledForRelease () |
| std::wstring | GetExistingGUID () |
| std::wstring | GetFolderTypeGUID () |
| std::wstring | GetHRID () |
| IReleasableGroup * | GetGroup (int I) |
| IReleasableFolder * | GetSubfolder (int I) |
| int | GroupCount () |
| void | RemoveGroup (IReleasableGroup *const Group) |
| void | SetEnabledForRelease (bool const Value) |
| void | SetExistingGUID (std::wstring const Value) |
| void | SetFolderTypeGUID (std::wstring const Value) |
| void | SetHRID (std::wstring const Value) |
| int | SubfolderCount () |
| void DXP::IReleasableFolder::AddGroup | ( | IReleasableGroup *const | Group | ) |
| void DXP::IReleasableFolder::AddSubfolder | ( | IReleasableFolder *const | Subfolder | ) |
| void DXP::IReleasableFolder::AsyncCommit | ( | IEDMS_Vault *const | Vault, |
| IReleasableFolder *const | ParentFolder ) |
| void DXP::IReleasableFolder::AsyncCommitContents | ( | IEDMS_Vault *const | Vault | ) |
| IReleasableGroup * DXP::IReleasableFolder::CreateGroup | ( | ) |
| bool DXP::IReleasableFolder::GetEnabledForRelease | ( | ) |
| std::wstring DXP::IReleasableFolder::GetExistingGUID | ( | ) |
| std::wstring DXP::IReleasableFolder::GetFolderTypeGUID | ( | ) |
| IReleasableGroup * DXP::IReleasableFolder::GetGroup | ( | int | I | ) |
| std::wstring DXP::IReleasableFolder::GetHRID | ( | ) |
| IReleasableFolder * DXP::IReleasableFolder::GetSubfolder | ( | int | I | ) |
| int DXP::IReleasableFolder::GroupCount | ( | ) |
| void DXP::IReleasableFolder::RemoveGroup | ( | IReleasableGroup *const | Group | ) |
| void DXP::IReleasableFolder::SetEnabledForRelease | ( | bool const | Value | ) |
| void DXP::IReleasableFolder::SetExistingGUID | ( | std::wstring const | Value | ) |
| void DXP::IReleasableFolder::SetFolderTypeGUID | ( | std::wstring const | Value | ) |
| void DXP::IReleasableFolder::SetHRID | ( | std::wstring const | Value | ) |
| int DXP::IReleasableFolder::SubfolderCount | ( | ) |