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

An enumeration of all the filepaths that the importer knows about.

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

Syntax

C#
public IEnumerable<string> LolCatFilePaths { get; }
Visual Basic
Public ReadOnly Property LolCatFilePaths As IEnumerable(Of String)
	Get
Visual C++
public:
property IEnumerable<String^>^ LolCatFilePaths {
	IEnumerable<String^>^ get ();
}

See Also