DIFsrmClassificationEvents_SinkHelper.OnFile Method (String, Int32, String, IFsrmCollection)
Receives properties of files that are returned in a call to ClassifyFiles.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual bool OnFile(
string A_1,
int A_2,
string A_3,
IFsrmCollection A_4
)
public:
virtual bool OnFile(
String^ A_1,
int A_2,
String^ A_3,
IFsrmCollection^ A_4
)
abstract OnFile :
A_1:string *
A_2:int *
A_3:string *
A_4:IFsrmCollection -> bool
override OnFile :
A_1:string *
A_2:int *
A_3:string *
A_4:IFsrmCollection -> bool
Public Overridable Function OnFile (
A_1 As String,
A_2 As Integer,
A_3 As String,
A_4 As IFsrmCollection
) As Boolean
Parameters
A_1
Type: System.StringThe absolute path of the file.
A_2
Type: System.Int32Return value for the specific file. If this value is an error code then the A_4 parameter may be NULL.
A_3
Type: System.StringMessage specific to any error.
A_4
Type: Microsoft.Storage.IFsrmCollectionAn IFsrmCollection that contains the set of properties set on the file.
Return Value
Type: System.Boolean
Returns a Boolean value that is TRUE if there were no errors processing the event and FALSE otherwise.
Implements
DIFsrmClassificationEvents.OnFile(String, Int32, String, IFsrmCollection)
See Also
DIFsrmClassificationEvents_SinkHelper Class
Microsoft.Storage Namespace
Return to top