ExporterCleanupGetFileIDsToCleanup Method
|
Alterian Email Manager 6.2.3 SDK Help File
Retrieves a list of FileIDs to cleanup, grouped by exportType
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Dictionary<ExportType, List<long>> GetFileIDsToCleanup()
Public Function GetFileIDsToCleanup As Dictionary(Of ExportType, List(Of Long))
public:
Dictionary<ExportType, List<long long>^>^ GetFileIDsToCleanup()
member GetFileIDsToCleanup : unit -> Dictionary<ExportType, List<int64>>
function GetFileIDsToCleanup();
Return Value
Type:
DictionaryExportType,
ListInt64
See Also