DataFilesGetSupportedBehavior Method
Supported behaviors of the file type by extension.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public static FileBehavior GetSupportedBehavior(
string extension
)
Public Shared Function GetSupportedBehavior (
extension As String
) As FileBehavior
public:
static FileBehavior GetSupportedBehavior(
String^ extension
)
static member GetSupportedBehavior :
extension : string -> FileBehavior
- extension String
-
File extension to search.
FileBehavior
Returns supported behaviors of the file type.