The name of the folder. This cannot be an empty string. The following characters are not allowed:
  • asterisk
  • forward slash
  • backslash
  • colon
  • question mark
  • double quote
  • less than
  • greater than
  • pipe

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property FolderName As String
C#
string FolderName { get; set; }
Visual C++
property String^ FolderName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_folderName();
function set_folderName(value);

ToggleRemarks

ToggleSee Also