Variable name of the project parameters folder
[Visual Basic] Public const PARAMETERS_PRJDIR As String = "OKAPIPROJECTPARAMETERS" [C#] public const string PARAMETERS_PRJDIR = "OKAPIPROJECTPARAMETERS"; [C++] public: const String* PARAMETERS_PRJDIR = "OKAPIPROJECTPARAMETERS"; [JScript] public const var PARAMETERS_PRJDIR: String = "OKAPIPROJECTPARAMETERS";
FilterSettingsMarkers Class | Okapi.Library.Base Namespace