private static GetSubstringAfterSegment ( string resourceId, string segmentName, bool selectLastSegment = true ) : string | ||
resourceId | string | The resource Id. |
segmentName | string | The segment name. |
selectLastSegment | bool | When set to true, gets the last segment (default) otherwise gets the first one. |
return | string |