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)

Syntax

Visual Basic (Declaration)
Property FolderName As String
C#
string FolderName { get; set; }
C++
property string FolderName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_FolderName();

/** property */
public void set_FolderName(string value);
JScript
public function get FolderName() : String

public function set FolderName(value : String);

Remarks

See Also