Item Property

MCManager API

Returns a content type or null depending in extension.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string this[
	string extension
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	extension As String _
) As String
Visual C++
public:
property String^ default[String^ extension] {
	String^ get (String^ extension);
}

Parameters

extension
Type: System..::.String

Return Value

Language value string.

See Also