WebFile.CheckedoutBy Property

SharePoint Designer Developer Reference

Returns a String that represents the logon name of the person to whom the specified file is checked out.

Syntax

expression.CheckedoutBy

expression   Required. A variable that represents a WebFile object.

Remarks

You must have a source control project in place before using this method.

See Also