SysManagedCodeCodeCommentInfo::findByComments Method
Finds the specified record in the SysManagedCodeCodeCommentInfo table.
Syntax
client server public static SysManagedCodeCodeCommentInfo findByComments(
SysManagedCodeCodeComment _codeComment,
SysManagedCodeCodeRegionComment _codeRegionStartComment,
SysManagedCodeCodeRegionComment _codeRegionEndComment)
Run On
Called
Parameters
- _codeComment
Type: SysManagedCodeCodeComment Extended Data Type
The label ID that contains the code comment.
- _codeRegionStartComment
Type: SysManagedCodeCodeRegionComment Extended Data Type
The label ID that contains a region start code comment.
- _codeRegionEndComment
Type: SysManagedCodeCodeRegionComment Extended Data Type
The label ID that contains a region end code comment.
Return Value
Type: SysManagedCodeCodeCommentInfo Table
A record in the SysManagedCodeCodeCommentInfo table; otherwise, an empty record.