RetrieveByObjectWFProcessRequest.ReturnDynamicEntities Field
Specifies whether the result of the operation contains an instance of the wfprocess class or the DynamicEntity class.
Syntax
[Visual Basic .NET]
Public Field ReturnDynamicEntities As Boolean
[C#]
public bool ReturnDynamicEntities;
[JScript]
public var ReturnDynamicEntities : Boolean;
Remarks
Use true to return an instance of DynamicEntity; otherwise, use false (default) to return an instance of wfprocess
See Also