C# Class Rock.Model.RestActionService

Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetGuid ( int id ) : Guid?

Gets the Guid for the RestAction that has the specified Id

Method Details

GetGuid() public method

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