C# Class Engage.Dnn.Locator.Comment

Afficher le fichier Open project: EngageSoftware/Engage-Locator Class Usage Examples

Méthodes publiques

Méthode Description
DeleteComment ( int commentId ) : void
GetComment ( int commentId ) : Comment
SaveComment ( ) : void
Update ( ) : void

Method Details

DeleteComment() public static méthode

public static DeleteComment ( int commentId ) : void
commentId int
Résultat void

GetComment() public static méthode

public static GetComment ( int commentId ) : Comment
commentId int
Résultat Comment

SaveComment() public méthode

public SaveComment ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void