DataFilesGetSupportedBehavior Method

Supported behaviors of the file type by extension.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static FileBehavior GetSupportedBehavior(
	string extension
)

Parameters

extension  String
File extension to search.

Return Value

FileBehavior
Returns supported behaviors of the file type.

See Also