Okapi .NET Library

FilterAccess.ParametersFileAllowed Method 

 [This is preliminary documentation and subject to change.]

Queries the variant to know if parameters files can be used.

[Visual Basic]
Public Function ParametersFileAllowed( _ 
   ByVal p_nFIndex As Integer, _ 
   ByVal p_nVIndex As Integer _ 
) As Boolean
[C#]
public bool ParametersFileAllowed(
   int p_nFIndex,
   int p_nVIndex
);
[C++]
public: bool ParametersFileAllowed(
   int p_nFIndex,
   int p_nVIndex
);
[JScript]
public function ParametersFileAllowed(
   int p_nFIndex,
   int p_nVIndex
): bool;

Parameters

p_nFIndex
Index of the filter.
p_nVIndex
Index of the variant.

Return Value

True if parameters files can be used.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace