Sets publish options (formatted as an XML string) that will override the publish template settings.
See
Publish Options XML
for a description of the
publishOptions XML.
Namespace:
FileNet.Api.Publishing
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Sub SetPublishOptions ( _
publishOptions As String _
) |
C# |
---|
void SetPublishOptions(
string publishOptions
) |
Visual C++ |
---|
void SetPublishOptions(
String^ publishOptions
) |
JavaScript |
---|
function setPublishOptions(publishOptions); |
Parameters
- publishOptions
- Type: System..::.String
A string containing XML that specifies the publish options for the published document.