Specifies the parameters (formatted as XML) that were used to publish a document. The parameters, which are used to republish the document, include the original output folder ID, style template ID, publish template ID, and publish template version series ID. For example:
             <publicationinfo>
               <styletemplateid>{14917CF3-4D5F-499D-BA38-8E010199745E}</styletemplateid>
               <publishtemplateid>{4D696690-EEBB-4341-9FE7-A8F715BAE96D}</publishtemplateid>
               <pubtemplversionseriesid>{459A0D5A-5B44-4AD1-B15C-91D7B773B3DD}</pubtemplverseriesid>
               <outputfolderid>{4EF26F2E-61D8-47FD-8201-EE81C3AA75FA}</outputfolderid>
             </publicationinfo>
             

If the document is not a publication, the property is empty.

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

ToggleSyntax

Visual Basic (Declaration)
Property PublicationInfo As Byte()
C#
byte[] PublicationInfo { get; set; }
Visual C++
property array<unsigned char>^ PublicationInfo {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_publicationInfo();
function set_publicationInfo(value);

ToggleRemarks

ToggleSee Also