Sets the resource type of the item.
[Visual Basic] Sub SetResType( _ ByVal p_sValue As String _ ) [C#] void SetResType( string p_sValue ); [C++] void SetResType( String* p_sValue ); [JScript] function SetResType( String p_sValue );
Use this method to set the resource type of the item.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetResType