Specifies the search filter for querying a group or groups. The filter must be in the
following format:
"(&(objectClass=user_defined_class)(an_attribute={0}))", where
user_defined_class
is the object class you want (for example, user) and an_attribute is the LDAP server-specific
attribute (for example, samAccountName, cn, or uid).
Namespace:
FileNet.Api.AdminThe default value of this property is unique to the directory service provider, as follows:
- ActiveDirectory: (&(objectClass=group)(samAccountName={0})), where samAccountName serves as the short name.
- ADAM and AD LDS: (&(objectClass=group)(person={0}))
- Oracle Directory Server: (&(objectClass=groupOfUniqueNames)(cn={0}))
- Novell: (&(objectClass=groupOfNames)(cn={0}))
- IBM: ((&(cn={0})(|(objectClass=groupOfNames)(objectClass=groupOfUniqueNames)))
- OID: (&(cn={0})(|(objectClass=groupOfNames)(objectClass=groupOfUniqueNames)))
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property GroupSearchFilter As String |
C# |
---|
string GroupSearchFilter { get; set; } |
Visual C++ |
---|
property String^ GroupSearchFilter { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_groupSearchFilter(); function set_groupSearchFilter(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ