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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ