Okapi .NET Library

IFilterItem.SetResName Method 

 [This is preliminary documentation and subject to change.]

Sets the resource name of the item.

[Visual Basic]
Sub SetResName( _ 
   ByVal p_sValue As String _ 
)
[C#]
void SetResName(
   string p_sValue
);
[C++]
void SetResName(
   String* p_sValue
);
[JScript]
function SetResName(
   String p_sValue
);

Parameters

p_sValue
The new resource name to set.

Remarks

Use this method to set the resource name of the item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetResName