Class ExpandGroupResults

    • Constructor Detail

      • ExpandGroupResults

        public ExpandGroupResults()
        Initializes a new instance of the class.
    • Method Detail

      • getCount

        public int getCount()
        Gets the number of members that were returned by the ExpandGroup operation. Count might be less than the total number of members in the group, in which case the value of the IncludesAllMembers is false.
        Returns:
        the count
      • getIncludesAllMembers

        public boolean getIncludesAllMembers()
        Gets a value indicating whether all the members of the group have been returned by ExpandGroup.
        Returns:
        the includes all members