Generates the ancillary data.
[Visual Basic] Sub GenerateAncillaryData( _ ByRef p_sId As String, _ ByRef p_sType As String, _ ByRef p_sPath As String _ ) [C#] void GenerateAncillaryData( out string p_sId, out string p_sType, out string p_sPath ); [C++] void GenerateAncillaryData( * String* p_sId, * String* p_sType, * String* p_sPath ); [JScript] function GenerateAncillaryData( String p_sId, String p_sType, String p_sPath );
Use this method to generate the ancillary data for a BINARY item.
IFilter Interface | Okapi.Library.Filter Namespace