SPWeb.GetDocDiscussions Method
NOTE: This API is now obsolete.
Returns the collection of document discussion objects for the specified directory in the site.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[ObsoleteAttribute("SPDocDiscussionCollection is deprecated", false)] [SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)] public SPDocDiscussionCollection GetDocDiscussions( string strDocDir )
Parameters
- strDocDir
- Type: System.String
A string that specifies the name of the directory that contains the documents; for example, "Shared Documents".
Return Value
Type: Microsoft.SharePoint.SPDocDiscussionCollectionAn SPDocDiscussionCollection object that represents the document discussions.