Пространство имен: NpoComputer.WebAccess.API
Сборка: NpoComputer.WebAccess.API (в NpoComputer.WebAccess.API.dll), версия: 5.4
Синтаксис:
C# |
public int GetCacheableUnreadJobCount( int FolderID, Folder.SpecFolderType FolderType, Folder.FolderContentType FolderContentType, bool ForceUpdateCacheValue ) |
Visual Basic |
Public Function GetCacheableUnreadJobCount ( _ FolderID As Integer, _ FolderType As Folder.SpecFolderType, _ FolderContentType As Folder.FolderContentType, _ ForceUpdateCacheValue As Boolean _ ) As Integer |
Visual Basic (Usage) |
Dim instance As FolderFactory Dim FolderID As Integer Dim FolderType As Folder.SpecFolderType Dim FolderContentType As Folder.FolderContentType Dim ForceUpdateCacheValue As Boolean Dim returnValue As Integer returnValue = instance.GetCacheableUnreadJobCount(FolderID, _ FolderType, FolderContentType, ForceUpdateCacheValue) |
Параметры:
• | FolderID – ИД папки; |
• | FolderType – тип папки; |
• | FolderContentType – тип содержимого папки; |
• | ForceUpdateCacheValue – принудительное обновление значения в кэше. |
© Компания DIRECTUM, 2018 | Сообщество пользователей DIRECTUM |