Provides a set of constants that identify the status of a publish request.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration PublishingStatus
C#
public enum PublishingStatus
Visual C++
public enum class PublishingStatus
JavaScript
FileNet.Api.Constants.PublishingStatus = function();
FileNet.Api.Constants.PublishingStatus.createEnum('FileNet.Api.Constants.PublishingStatus', false);

ToggleMembers

TypeMember nameDescription
PUBLISHING_IN_WORK
Specifies that the request is currently being processed.
PUBLISHING_IN_QUEUE
Specifies that the request has not yet been processed.
PUBLISHING_DELETING
Specifies that the request is pending deletion.
PUBLISHING_COMPLETE
Specifies that the request has been successfully processed.
PUBLISHING_IN_ERROR
Specifies that the request was unsuccessfully processed.

ToggleSee Also