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

A new pics property- this determines if any new pictures were found by the image importer.

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

Syntax

C#
public bool NewPics { get; }
Visual Basic
Public ReadOnly Property NewPics As Boolean
	Get
Visual C++
public:
property bool NewPics {
	bool get ();
}

See Also