Generate a English resource file "ExceptionCode.properties" in the given path.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub GenerateResourceFile( _ ByVal saveToPath As String _ ) |
C# |
---|
public static void GenerateResourceFile( string saveToPath ) |
C++ |
---|
public: static void GenerateResourceFile( String saveToPath ) |
J# |
---|
public static void GenerateResourceFile( string saveToPath ) |
JScript |
---|
public static
function GenerateResourceFile( saveToPath : String ) |
Parameters
- saveToPath
- A
specifying the path to save the generated resource file.String