LdapUsersListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll

Definition

class LdapUsersListOptions
{
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
	string UsernameQuery { get; set;  }
}

Properties

NameTypeDescriptionDefaultOptions
PageIndexint?
PageSizeint?
SortBystring
SortOrderstring
UsernameQuerystring