C# Class Engage.Dnn.Locator.Comment

Mostrar archivo Open project: EngageSoftware/Engage-Locator Class Usage Examples

Public Methods

Method Description
DeleteComment ( int commentId ) : void
GetComment ( int commentId ) : Comment
SaveComment ( ) : void
Update ( ) : void

Method Details

DeleteComment() public static method

public static DeleteComment ( int commentId ) : void
commentId int
return void

GetComment() public static method

public static GetComment ( int commentId ) : Comment
commentId int
return Comment

SaveComment() public method

public SaveComment ( ) : void
return void

Update() public method

public Update ( ) : void
return void