DocumentClass.CheckInWithVersion(Boolean, Object, Boolean, Object) 方法

定义

public virtual void CheckInWithVersion (bool SaveChanges = false, ref object Comments, bool MakePublic = false, ref object VersionType);
abstract member CheckInWithVersion : bool * obj * bool * obj -> unit
override this.CheckInWithVersion : bool * obj * bool * obj -> unit
Public Overridable Sub CheckInWithVersion (Optional SaveChanges As Boolean = false, Optional ByRef Comments As Object, Optional MakePublic As Boolean = false, Optional ByRef VersionType As Object)

参数

SaveChanges
Boolean
Comments
Object
MakePublic
Boolean
VersionType
Object

实现

适用于