[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:SharpSvn.SvnDirEntryItems]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
[FlagsAttribute]
public enum SvnDirEntryItems
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration SvnDirEntryItems
Visual C++
[FlagsAttribute]
public enum class SvnDirEntryItems

Members

Member nameDescription
None
SvnListDefault
The fields loaded if no other value is specified
AllFieldsV15
A combination of all the dirent fields at Subversion 1.5
LastAuthor
An indication that you are interested in the @c last_author field
Time
An indication that you are interested in the @c time field
HasProperties
An indication that you are interested in the @c has_props field
Size
An indication that you are interested in the @c size field
Kind
An indication that you are interested in the Kind field
Revision
An indication that you are interested in the @c created_rev field

See Also