Свойство RecycleBinItem.DirName
Gets a value that specifies the site relative URL of the list or folder that originally contained the Recycle Bin item.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property DirName As String
Get
'Применение
Dim instance As RecycleBinItem
Dim value As String
value = instance.DirName
public string DirName { get; }
Значение свойства
Тип: System.String
Returns a String instance representing the site relative URL of the list or folder that originally contained the Recycle Bin item.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic). It must be a URL of relative form. Its length must be equal to or less than 256.