In This Topic
Gets the type of the file by.
Syntax
'Declaration
Public Function GetFileByType( _
ByVal As String _
) As XFile
'Usage
Dim instance As XFile
Dim type As String
Dim value As XFile
value = instance.GetFileByType(type)
public XFile GetFileByType(
string
)
Parameters
- type
- type
See Also