C# 클래스 Orchard.ContentManagement.VersionOptions

파일 보기 프로젝트 열기: Sylapse/Orchard.ContentSerialization 1 사용 예제들

공개 메소드들

메소드 설명
Number ( int version ) : VersionOptions

Gets a specific version based on its number.

Restore ( int version, bool publish = false ) : VersionOptions

Creates a new version based on the specified version number.

VersionRecord ( int id ) : VersionOptions

Gets a specific version based on the version record identifier.

메소드 상세

Number() 공개 정적인 메소드

Gets a specific version based on its number.
public static Number ( int version ) : VersionOptions
version int
리턴 VersionOptions

Restore() 공개 정적인 메소드

Creates a new version based on the specified version number.
public static Restore ( int version, bool publish = false ) : VersionOptions
version int
publish bool
리턴 VersionOptions

VersionRecord() 공개 정적인 메소드

Gets a specific version based on the version record identifier.
public static VersionRecord ( int id ) : VersionOptions
id int
리턴 VersionOptions