PDFQueueManager Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The PDFQueueManager type exposes the following members.

Methods

  Name Description
Public method AddToQueueAsync(ConnectionId, SessionId, DocumentId)
Adds a new asynchronous entry to the PDF queue using the predefined settings. The document added must exist and be published but cannot be of the uploaded file type.
Public method AddToQueueAsync(ConnectionId, SessionId, DocumentId, CategoryId, NotificationType, PDFNotificationWhen, Boolean, String, Boolean, String, PdfQueueFlags)
Adds a new asynchronous entry to the PDF queue. The document added must exist and be published but cannot be of the uploaded file type. The destination category must exist and be of the uploaded file type.
Public method AddToQueueSynchronous(ConnectionId, SessionId, DocumentId, Boolean)
Creates a new synchronous pdf job by using the default properties defined on the category settings. The document added must exist and cannot be of the uploaded binary file. The entry created is marked as being synchronous and is given higher priority than ordinary queued entries. The caller then queries the queue until she sees the result of the job. This call supports anonymous calls.
Public method AddToQueueSynchronous(ConnectionId, SessionId, DocumentId, Boolean, String, String, Boolean, String, PdfQueueFlags)
Creates a new synchronous pdf job. The document added must exist and cannot be of the uploaded binary file. The entry created is marked as being synchronous and is given higher priority than ordinary queued entries. The caller then queries the queue until she sees the result of the job. This call supports anonymous calls.
Public method ClearQueue
Deletes a number of entries in the pdf queue. Entries can be deleted per site, unit, category or document and alternatively you can delete a single item that is in the queue.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetActiveQueuedItems
Returns the all entries in the PDF queue that are unprocessed or is being processed. To get a list of archived entries use the GetHistoryList method.
Public method GetCategoryProperties
Reads the pdf-related properties for a category.
Public method GetContainingDocuments
Obtains a list of documents that was used as origin for a generated PDF
Public method GetHashCode (Inherited from Object.)
Public method GetHistoryList
Returns a pageable list of entries in the PDF queue that are processed.
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetPdfStatusFlags
Gets the PDF status for a certain document.
Public method GetQueuedAsyncEntryStatus
Returns the status of an asynchronous entry in the PDF queue. Typically this procedure is used by the WaitForPDF - functionality.
Public method GetQueuedSynchronousEntryStatus
Returns the status of an synchronous entry in the PDF queue. This procedure is used to query the pdf server when making a pdf synchronously.
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method NextInQueue
Gets the next waiting item in the Pdf queue.
This method is new in CS 5.2
Public method OnPdfServerEndProcessing
Notifies Content Studio that a Pdf server implementation has ended the processing of a queued job.
This method is new in CS 5.2
Public method SetCategoryPdfProperties(ConnectionId, SessionId, String, Int32, String)
Sets PDF related settings on a category. These are used as default values for pdf to generate if the caller does not supply her own setting during the create process.
Public method SetCategoryPdfProperties(ConnectionId, SessionId, CategoryId, Boolean, CategoryId, NotificationType, PDFNotificationWhen, Boolean, Boolean, Boolean, String, String, PdfCategoryStatusFlags)
Sets Pdf related settings on a category. These are used as default values for pdf to generate if the caller does not supply her own setting during the create process.
Public method ToString (Inherited from Object.)
Top
See Also

Reference