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; } |
| Visual C++ |
|---|
property String^ FolderName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_folderName(); function set_folderName(value); |
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