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)
Visual Basic (Declaration) |
---|
ReadOnly Property ApplyDefinition As String |
C# |
---|
string ApplyDefinition { get; } |
Visual C++ |
---|
property String^ ApplyDefinition {
String^ get ();
} |
JavaScript |
---|
function get_applyDefinition();
|