C# 클래스 Rock.Model.RestActionService

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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?