Gets or sets the folder type for the project definition.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

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

See Also