Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Array<Identity> $Membership.FindPosition(position: string)

...

Array<Identity> $Membership.FindPosition(position: string, organizationUnit: string)

...

Array<Identity> $Membership.FindPosition(position: string, organizationUnit: string, direction: ( "Up" | "Down" | "None" ))

Arguments

string position
Position to find.
string organizationUnit
Organization unit context to search on. Either organization unit path or Id is valid.
string organizationUnit
Specifies the search direction. Optional but can be set to one of following values. Up Search on specified organization unit and upper units. (Default) Down Search on specified organization unit and below units. None Search only on specified organization unit.
( "Up" | "Down" | "None" ) direction
Specifies the search direction. Optional. If not specified, Up is used.

Remarks

Empty positions with no employee are not returned by this function even position is defined.

...