Checkin Method

See Also         Example         Applies To

Checks the specified WebFile object in to the source control project.

Note   You must have a source control project in place before using this method. For information about source control projects, refer to Managing Source Control Projects.

Syntax

expression.Checkin(Comment, KeepCheckedout)

expression   An expression that returns a WebFile object.

Comment   Required String. A description string.

KeepCheckedout   Optional Boolean. Keeps the file checked out. Default value is False.

Return Type

Void

Remarks

The KeepCheckedout argument provides the ability to have the file remain in a checkedout state while the user checks the file in to Microsoft Visual SourceSafe to record the changes. This does not apply to FrontPage Light Weight source control.