Specifies an XML string that defines the class, properties, and security to apply to the target document. This property's value is not supplied by the caller when the request is created, but is instead based on the parameters specified in the publish options and publish template at the time the request is submitted (it provides a snap-shot of the relevant properties and security that is to be applied to the publication document).


Namespace: FileNet.Api.Publishing
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ApplyDefinition As String
C#
string ApplyDefinition { get; }
C++
property string ApplyDefinition abstract  {
    String get();
}
J#
/** property */
public string get_ApplyDefinition();
JScript
public function get ApplyDefinition() : String

Remarks

See Also