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 validSpecifies the search direction. Optional but can be set to one of following values.
( "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.

...