C# Класс Rock.Model.RestActionService

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetGuid ( int id ) : Guid?

Gets the Guid for the RestAction that has the specified Id

Описание методов

GetGuid() публичный метод

Gets the Guid for the RestAction that has the specified Id
public GetGuid ( int id ) : Guid?
id int The identifier.
Результат Guid?