Metodo CmdUtilCheckNeedExecuteCheckoutOperation
|
Controlla se deve eseguire l'operazione di Checkout sul documento passato.
Controlla lo stato del documento e le variabili RootSkippedOnCheckOutStructure,
RootTypeSkippedOnCheckOutStructure,DedTypesSkippedOnCheckOutStructure dei comandi di struttura.
Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public static bool CheckNeedExecuteCheckoutOperation(
DedNetApplication app,
DedDoc doc,
out string msg
)
Public Shared Function CheckNeedExecuteCheckoutOperation (
app As DedNetApplication,
doc As DedDoc,
<OutAttribute> ByRef msg As String
) As Boolean
public:
static bool CheckNeedExecuteCheckoutOperation(
DedNetApplication^ app,
DedDoc^ doc,
[OutAttribute] String^% msg
)
static member CheckNeedExecuteCheckoutOperation :
app : DedNetApplication *
doc : DedDoc *
msg : string byref -> bool
Parametri
- app DedNetApplication
- Oggetto DedNetApplication
- doc DedDoc
- DedDoc da controllare
- msg String
- Messaggio che identifica la causa della non esecuzione
Valore di ritorno
BooleanVedi anche