This documentation is archived and is not being maintained.

Workspace::PendEdit Method

Checks out files for editing.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method PendEdit(String) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>) Checks out files for editing from the version-control repository.
Public method PendEdit(String, RecursionType) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType, String, LockLevel) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType, String, LockLevel, Boolean) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType, String, LockLevel, Boolean, PendChangesOptions) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType, String, LockLevel, Boolean, PendChangesOptions, array<String>) Checks out files for editing from the version-control repository.
Public method PendEdit(array<String>, RecursionType, String, LockLevel, Boolean, PendChangesOptions, array<String>, array<String>) Checks out files for editing from the repository. Note that fileSpec may have wildcard characters only in the last element of the path (e.g., c:\abc*z\def\xyz is not allowed, but c:\abc\def\*.cs is).
Top
Show: