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