PCSubComponentPath::pathIsSuffix Method
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.