websitepanel/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Constants/DirectoryEntryPropertyNameConstants.cs
2014-12-03 11:43:26 +03:00

7 lines
No EOL
199 B
C#

namespace WebsitePanel.WebDavPortal.Constants
{
public static class DirectoryEntryPropertyNameConstants
{
public const string DistinguishedName = "distinguishedName";
}
}