C# Class Rock.Model.RestActionService

Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetGuid ( int id ) : Guid?

Gets the Guid for the RestAction that has the specified Id

Method Details

GetGuid() public méthode

Gets the Guid for the RestAction that has the specified Id
public GetGuid ( int id ) : Guid?
id int The identifier.
Résultat Guid?