Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the path given by the _suffixPathRecId parameter is a suffix of the _path parameter.
Syntax
client server public static boolean pathIsSuffix(StackBase _path, PCSubComponentPathRecId _suffixPathRecId)
Run On
Called
Parameters
- _path
Type: StackBase Class
The long path.
- _suffixPathRecId
Type: PCSubComponentPathRecId Extended Data Type
The suffix path.
Return Value
Type: boolean
true if the path is a suffix; otherwise, false.