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