List of file items that should be used as data source for the control in static scenarios; allows specifying files in the source of the page when dynamic management is not necessary.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public List<SnFileDTO> FileList { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public Property FileList As List(Of SnFileDTO)
	Get
	Set
Visual C++
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property List<SnFileDTO^>^ FileList {
	List<SnFileDTO^>^ get ();
	void set (List<SnFileDTO^>^ value);
}
F#
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member FileList : List<SnFileDTO> with get, set

Property Value

Type: List<(Of <(<'SnFileDTO>)>)>

See Also