[This is preliminary documentation and is subject to change.]

Constructor using only a file path string. Sets cuteness, rating to zero.

Namespace: MvcTestApp.Models
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LolCat(
	string imageFilePath
)
Visual Basic
Public Sub New ( _
	imageFilePath As String _
)
Visual C++
public:
LolCat(
	String^ imageFilePath
)

Parameters

imageFilePath
Type: System..::..String
The full path name to the image on the local system.

See Also