The attribute in the dynamic group that holds the dynamic LDAP query. An example is the dxMemberURL attribute. Content Engine server runs this query to retrieve the dynamic members of the group.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DynamicGroupQueryAttribute As String
C#
string DynamicGroupQueryAttribute { get; set; }
Visual C++
property String^ DynamicGroupQueryAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_dynamicGroupQueryAttribute();
function set_dynamicGroupQueryAttribute(value);

ToggleRemarks

ToggleSee Also