Okapi .NET Library

Routines.GetOkapiParametersFolder Method (Int32)

 [This is preliminary documentation and subject to change.]

Gets the Okapi Filter Parameters folder for a give type.

[Visual Basic]
Shared  OverloadsPublic Function GetOkapiParametersFolder( _ 
   ByVal p_nType As Integer _ 
) As String
[C#]
public static string GetOkapiParametersFolder(
   int p_nType
);
[C++]
public: static String* GetOkapiParametersFolder(
   int p_nType
);
[JScript]
public static function GetOkapiParametersFolder(
   int p_nType
): String;

Parameters

p_nType
Type: 0=system, 1=User, 2=Project

Return Value

The Filter Parameters folder for the given type (without a trailing separator).

See Also

Routines Class | Okapi.Library.Base Namespace | Routines.GetOkapiParametersFolder Overload List