| FileHandlerExtensionIdentifyLocalFile Method |
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntax public virtual bool IdentifyLocalFile(
string bsFilename,
ref Array id
)
Public Overridable Function IdentifyLocalFile (
bsFilename As String,
ByRef id As Array
) As Boolean
Parameters
- bsFilename
- Type: SystemString
Local file - id
- Type: SystemArray
arbitrary id provided by this FileHandlerExtension
Return Value
Type:
BooleanTrue if an ID was provided by this system, false otherwise.
Availability See Also