ApplicationDefinitionLoadFromAppDef Method |
Loads the application definition from the specified appdef.xml path.
- Throws a FileNotFoundException, when the passed filepath is not found.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static void LoadFromAppDef(
string appDefPath
)
Public Shared Sub LoadFromAppDef (
appDefPath As String
)
public:
static void LoadFromAppDef(
String^ appDefPath
)
Parameters
- appDefPath
- Type: SystemString
Explicit appdef.xml path to load.
See Also