Metodo UtilityCheckPrjIsDed
|
Controlla che il progetto attivo sia congruente con una root di progetto definita nel Database.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static bool CheckPrjIsDed(
DedNetApplication app,
string activePrj
)
Public Shared Function CheckPrjIsDed (
app As DedNetApplication,
activePrj As String
) As Boolean
public:
static bool CheckPrjIsDed(
DedNetApplication^ app,
String^ activePrj
)
static member CheckPrjIsDed :
app : DedNetApplication *
activePrj : string -> bool
Parametri
- app DedNetApplication
-
- activePrj String
- Progetto da controllare
Valore di ritorno
BooleanVedi anche