Gets the number of CContentFile associated with this CContent.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int FileCount { get; }
Visual Basic
Public ReadOnly Property FileCount As Integer
	Get
Visual C++
public:
property int FileCount {
	int get ();
}

See Also