For objects in which you can set the
property (object store, class definition, and property template), the value of the
property must begin with a letter and contain the following characters only: 'A' to 'Z', 'a' to 'z', '0' to '9', and '_' (underscore). No blanks or symbols are allowed. If you do not provide a value for the
property, the server will generate it, based on the value of the
property, when you save the object.
For property template objects, changing the symbolic name of a property template for a string-valued property that has been enabled for full-text indexing (
property set to
) will require re-indexing of all objects containing that property. If you do not re-index, full-text searches on this property will fail to find any objects.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SymbolicName As String |
C# |
---|
string SymbolicName { get; set; } |
C++ |
---|
property string SymbolicName abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_SymbolicName(); /** property */ public void set_SymbolicName(string value); |
JScript |
---|
public function get SymbolicName() : String public function set SymbolicName(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ