IAccountGrantInfoWorkflowGrantMode Property |
流程审批委托类别:1 未激活的流程审批只发待办给被委托的人 | 2 未激活的流程审批同时发送待办给委托人和被委托人 | 4 已激活的流程审批移交给被委托人 | 8 已激活的流程审批不移交给被委托人
Namespace: X3Platform.MembershipAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxint WorkflowGrantMode { get; set; }
property int WorkflowGrantMode {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also