Gets or sets File upload folder. The following special strings can be used and will be replaced by the appropriate values: {username}, {userid}, {id}.

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

Syntax

C#
public string UploadFolder { get; set; }
Visual Basic
Public Property UploadFolder As String
	Get
	Set
Visual C++
public:
property String^ UploadFolder {
	String^ get ();
	void set (String^ value);
}

See Also