PageRenderTime 59ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 2ms

/Releases/1.0 Release 3/WildCardSearch/bin/Debug/Microsoft.SharePoint.Publishing.xml

#
XML | 5787 lines | 5787 code | 0 blank | 0 comment | 0 complexity | 29d6c4a4d02ac6e5e1684b388287cbc2 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.SharePoint.Publishing</name>
  5. </assembly>
  6. <members>
  7. <member name="N:Microsoft.SharePoint.Publishing">
  8. <summary>The <see cref="N:Microsoft.SharePoint.Publishing"></see> namespace provides the fundamental publishing infrastructure for Microsoft Office SharePoint Server 2007.</summary>
  9. </member>
  10. <member name="T:Microsoft.SharePoint.Publishing.AutomaticSortingMethod">
  11. <summary>Provides options that specify which property to use when automatically sorting navigation items.</summary>
  12. </member>
  13. <member name="F:Microsoft.SharePoint.Publishing.AutomaticSortingMethod.CreatedDate">
  14. <summary>Sort items by time of creation.</summary>
  15. </member>
  16. <member name="F:Microsoft.SharePoint.Publishing.AutomaticSortingMethod.LastModifiedDate">
  17. <summary>Sort items by time of last modification.</summary>
  18. </member>
  19. <member name="F:Microsoft.SharePoint.Publishing.AutomaticSortingMethod.Title">
  20. <summary>Sort items alphabetically by title.</summary>
  21. </member>
  22. <member name="T:Microsoft.SharePoint.Publishing.CbqQueryCache">
  23. <summary>Caches the <see cref="T:Microsoft.SharePoint.Publishing.CbqQueryVersionInfo"></see> for a specified Content Query Web Part. This class cannot be inherited.</summary>
  24. </member>
  25. <member name="M:Microsoft.SharePoint.Publishing.CbqQueryCache.#ctor(System.Web.Caching.Cache,System.String,System.Guid,System.Guid,System.Int32)">
  26. <summary>Retrieves the version information from the specified Content Query Web Part.</summary>
  27. <param name="page">Page to which the Content Query Web Part belongs.</param>
  28. <param name="web">Web URL for the Content Query Web Part.</param>
  29. <param name="cacheTime">Time at which CbqQueryVersions is cached.</param>
  30. <param name="feed">Specifies which cache to use.</param>
  31. <param name="webpart">ID for the Content Query Web Part.</param>
  32. </member>
  33. <member name="M:Microsoft.SharePoint.Publishing.CbqQueryCache.GetSiteData(Microsoft.SharePoint.SPSite)">
  34. <summary>Retrieve the cache data based on the <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> specification.</summary>
  35. <returns>Cache data that is based on the CrossListQueryInfo specification.</returns>
  36. <param name="site"><see cref="T:Microsoft.SharePoint.SPSite"></see> object that is used to retrieve the data.</param>
  37. </member>
  38. <member name="P:Microsoft.SharePoint.Publishing.CbqQueryCache.UserQueryVersionInfo">
  39. <summary>Returns the version of the Content Query Web Part for the current user.</summary>
  40. <returns>CbqQueryVersion for the current user.</returns>
  41. </member>
  42. <member name="T:Microsoft.SharePoint.Publishing.CbqQueryVersionInfo">
  43. <summary>Contains information about a specific version of a Content Query Web Part.</summary>
  44. </member>
  45. <member name="M:Microsoft.SharePoint.Publishing.CbqQueryVersionInfo.#ctor">
  46. <summary>Constructs a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.CbqQueryVersionInf"></see>o object.</summary>
  47. </member>
  48. <member name="P:Microsoft.SharePoint.Publishing.CbqQueryVersionInfo.FeedDescription">
  49. <summary>A string value that describes the Content Query Web Part version information feed.</summary>
  50. </member>
  51. <member name="P:Microsoft.SharePoint.Publishing.CbqQueryVersionInfo.FeedTitle">
  52. <summary>Title of this Content Query Web Part version information feed.</summary>
  53. <returns>A string value that represents the title of the Content Query Web Part version information.</returns>
  54. </member>
  55. <member name="T:Microsoft.SharePoint.Publishing.CollectionBase">
  56. <summary>Base class for public collections.</summary>
  57. </member>
  58. <member name="M:Microsoft.SharePoint.Publishing.CollectionBase.GetEnumerator">
  59. <summary>Returns an enumerator that can iterate through this CollectionBase instance.</summary>
  60. <returns>An IEnumerator interface used to iterate the CollectionBase object.</returns>
  61. </member>
  62. <member name="P:Microsoft.SharePoint.Publishing.CollectionBase.Count">
  63. <summary>Gets the number of items in the collection.</summary>
  64. <returns>Integer representing the number of items in the collection.</returns>
  65. </member>
  66. <member name="T:Microsoft.SharePoint.Publishing.CollectionBase`1">
  67. <summary>Generic class for all public generic collections.</summary>
  68. </member>
  69. <member name="M:Microsoft.SharePoint.Publishing.CollectionBase`1.CopyTo(System.Array,System.Int32)">
  70. <summary>Copies the internal collection to the specified array, starting at the specified index.</summary>
  71. <param name="array">One-dimensional array that is the destination of the elements copied from the ICollection interface The array must have zero-based indexing.</param>
  72. <param name="index">Zero-based index in the array at which copying begins.</param>
  73. <exception cref="T:System.ArgumentNullException">Occurs if array is Null.</exception>
  74. <exception cref="T:System.ArgumentOutOfRangeException">Occurs if the index is less than zero.</exception>
  75. <exception cref="T:System.ArgumentException">Array is not large enough to hold copied data. The number of elements in the source ICollection interface is greater than the available space from the index to the end of the destination array</exception>
  76. </member>
  77. <member name="M:Microsoft.SharePoint.Publishing.CollectionBase`1.GetEnumerator">
  78. <summary>Returns a generic enumerator that can iterate through this generic CollectionBase instance.</summary>
  79. <returns>A System.Collections.IEnumerator for iterating this CollectionBase instance.</returns>
  80. </member>
  81. <member name="P:Microsoft.SharePoint.Publishing.CollectionBase`1.Count">
  82. <summary>Gets the number of items in the collection.</summary>
  83. <returns>An integer that represents the number of items in the collection.</returns>
  84. </member>
  85. <member name="P:Microsoft.SharePoint.Publishing.CollectionBase`1.IsSynchronized">
  86. <summary>Returns whether the collection is synchronized.</summary>
  87. <returns>Returns True if the access to the collection is synchronized. Otherwise, returns False.</returns>
  88. </member>
  89. <member name="P:Microsoft.SharePoint.Publishing.CollectionBase`1.Item(System.Int32)">
  90. <summary>Gets the item at the specified index.</summary>
  91. <param name="index">Zero-based index of the item to get.</param>
  92. <exception cref="T:System.ArgumentOutOfRangeException">Index is less than zero -or- index is equal to or greater than Count.</exception>
  93. </member>
  94. <member name="P:Microsoft.SharePoint.Publishing.CollectionBase`1.SyncRoot">
  95. <summary>Returns the object that can be used to synchronize access to this collection.</summary>
  96. <returns>SyncRoot object for this collection.</returns>
  97. </member>
  98. <member name="T:Microsoft.SharePoint.Publishing.CommandLineSyntaxException">
  99. <summary>Represents a CommandLineSyntaxException class.</summary>
  100. </member>
  101. <member name="M:Microsoft.SharePoint.Publishing.CommandLineSyntaxException.#ctor">
  102. <summary>Creates a CommandLineSyntaxException object.</summary>
  103. </member>
  104. <member name="M:Microsoft.SharePoint.Publishing.CommandLineSyntaxException.#ctor(System.String)">
  105. <summary>Creates a CommandLineSyntaxException object.</summary>
  106. </member>
  107. <member name="M:Microsoft.SharePoint.Publishing.CommandLineSyntaxException.#ctor(System.String,System.Exception)">
  108. <summary>Creates a CommandLineSyntaxException object.</summary>
  109. </member>
  110. <member name="T:Microsoft.SharePoint.Publishing.ContentTypeId">
  111. <summary>Provides a complete set of read-only properties for specifying content type IDs.</summary>
  112. </member>
  113. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.ArticlePage">
  114. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies an ArticlePage content type.</summary>
  115. <returns>An object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  116. </member>
  117. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.MasterPage">
  118. <summary>Gets an object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> that specifies a MasterPage content type.</summary>
  119. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  120. </member>
  121. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.Page">
  122. <summary>Gets an object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> that specifies a Page content type.</summary>
  123. <returns>An object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  124. </member>
  125. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.PageElementOutputCache">
  126. <summary>Gets an object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> that specifies a PageElementOutputCache content type.</summary>
  127. <returns>An object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  128. </member>
  129. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.PageLayout">
  130. <summary>Gets an object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> that specifies a PageLayout content type.</summary>
  131. <returns>An object of type <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  132. </member>
  133. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.PageOutputCache">
  134. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies a PageOutputCache content type.</summary>
  135. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  136. </member>
  137. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.RedirectPage">
  138. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies a RedirectPage content type.</summary>
  139. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  140. </member>
  141. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.ReusableHtml">
  142. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies a ReusableHtml content type.</summary>
  143. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  144. </member>
  145. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.ReusableText">
  146. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies a ReusableText content type.</summary>
  147. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  148. </member>
  149. <member name="P:Microsoft.SharePoint.Publishing.ContentTypeId.WelcomePage">
  150. <summary>Gets an object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see> that specifies a WelcomePage content type.</summary>
  151. <returns>An object of type <see cref="T: Microsoft.SharePoint.SPContentTypeId"></see>. </returns>
  152. </member>
  153. <member name="T:Microsoft.SharePoint.Publishing.CrossListQueryCache">
  154. <summary>Manages the cache for the Cross List Query. This class cannot be inherited.</summary>
  155. </member>
  156. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.#ctor(Microsoft.SharePoint.Publishing.CrossListQueryInfo)">
  157. <summary>Creates a <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryCache"></see> object that is based on the <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> class specification.</summary>
  158. <param name="queryCacheInfo">Specifies the data to retrieve.</param>
  159. </member>
  160. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.#ctor(Microsoft.SharePoint.Publishing.CrossListQueryInfo,System.String)">
  161. <summary>Creates a <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryCache"></see> object that is based on the <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> class specification.</summary>
  162. <param name="logInfo">Additional information from the User Location Server (ULS) log files.</param>
  163. <param name="queryCacheInfo">Specifies the data to retrieve.</param>
  164. </member>
  165. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.ContextUrl">
  166. <summary>Gets the current URL.</summary>
  167. <returns>The current URL.</returns>
  168. </member>
  169. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.GetSiteData(Microsoft.SharePoint.SPSite)">
  170. <summary>Gets the cache data that is based on the <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> specification.</summary>
  171. <returns>Cache data that is based on the <see cref="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> specification.</returns>
  172. <param name="site"><see cref="T:Microsoft.SharePoint.SPSite"></see> object that is used to retrieve the data.</param>
  173. </member>
  174. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.GetSiteData(Microsoft.SharePoint.SPWeb)">
  175. <summary>Gets the cache data from the <see cref="T:Microsoft.SharePoint.SPWeb"></see> object.</summary>
  176. <returns>Cache data the SPWeb object retrieves from the web parameter.</returns>
  177. <param name="web">Target <see cref="T:Microsoft.SharePoint.SPWeb"></see> object to get cache data from.</param>
  178. </member>
  179. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.GetSiteData(Microsoft.SharePoint.SPSite,System.String)">
  180. <summary>Gets the cache data from the specified site and from the specified webUrl.</summary>
  181. <returns>Cache data that is retrieved from the webUrl of the SPSite object. </returns>
  182. <param name="webUrl">webUrl to retrieve the data from.</param>
  183. <param name="site"><see cref="T:Microsoft.SharePoint.SPSite"></see> from which data is retrieved.</param>
  184. </member>
  185. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryCache.GetSiteData(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPSiteDataQuery)">
  186. <summary>Gets the cache data using the specified <see cref="T:Microsoft.SharePoint.SPSiteDataQuery"></see> object.</summary>
  187. <returns>Cache data that is retrieved using the specified SPSiteDataQuery object.</returns>
  188. <param name="web">Target <see cref="T:Microsoft.SharePoint.SPWeb"></see> object to get cache data from.</param>
  189. <param name="query">SPSiteDataQuery object that is used to get data.</param>
  190. </member>
  191. <member name="T:Microsoft.SharePoint.Publishing.CrossListQueryInfo">
  192. <summary>Contains data about how to perform an SPCrossListQuery with audience targeting.</summary>
  193. </member>
  194. <member name="M:Microsoft.SharePoint.Publishing.CrossListQueryInfo.#ctor">
  195. <summary>Constructs a new T<see cref=":Microsoft.SharePoint.Publishing.CrossListQueryInfo"></see> object.</summary>
  196. </member>
  197. <member name="P:Microsoft.SharePoint.Publishing.CrossListQueryInfo.RowLimit">
  198. <summary>The maximum number of rows allowed in this Content Query Web Part.</summary>
  199. <returns>An integer representing the number of rows allowed in this Content Query Web Part.</returns>
  200. </member>
  201. <member name="T:Microsoft.SharePoint.Publishing.DisposableListItemWrapper">
  202. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  203. </member>
  204. <member name="M:Microsoft.SharePoint.Publishing.DisposableListItemWrapper.#ctor">
  205. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  206. </member>
  207. <member name="M:Microsoft.SharePoint.Publishing.DisposableListItemWrapper.Dispose">
  208. <summary>
  209. This member is reserved for internal use and is not intended to be used directly from your code.
  210. </summary>
  211. </member>
  212. <member name="M:Microsoft.SharePoint.Publishing.DisposableListItemWrapper.Finalize">
  213. <summary>
  214. This member is reserved for internal use and is not intended to be used directly from your code.
  215. </summary>
  216. </member>
  217. <member name="T:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException">
  218. <summary>The DocumentToPublishingPageConversionException is thrown when documents are being converted to publishing pages and errors occur during the conversion process.</summary>
  219. </member>
  220. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.#ctor">
  221. <summary>Default constructor.</summary>
  222. </member>
  223. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.#ctor(System.String)">
  224. <summary>Constructor that conveys a warning message.</summary>
  225. <param name="s">Warning message.</param>
  226. </member>
  227. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.#ctor(System.String,System.Exception)">
  228. <summary>Constructor that wraps an exception message and another message.</summary>
  229. <param name="e">Inner exception</param>
  230. <param name="s">Exception message</param>
  231. </member>
  232. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.#ctor(System.String,Microsoft.SharePoint.SPFileConversionResult)">
  233. <summary>Constructor that conveys a message about a conversion failure that resulted from a failure in the document conversion framework.</summary>
  234. <param name="s">Exception message.</param>
  235. <param name="result">Result that was returned.</param>
  236. </member>
  237. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.#ctor(System.String,System.String,Microsoft.SharePoint.Publishing.PublishingPage)">
  238. <summary>Constructor that conveys an exception message: the conversion has completed, with warnings, and publishing page has been created.</summary>
  239. <param name="page">Page that was created.</param>
  240. <param name="warnings">HTML-encoded string from the document converter.</param>
  241. <param name="s">Exception message.</param>
  242. </member>
  243. <member name="M:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  244. <summary>Serializes the specified object.</summary>
  245. </member>
  246. <member name="P:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException.TransformWarnings">
  247. <summary>An HTML-encoded string, with warnings, that has been returned from the transformer.</summary>
  248. <returns>An HTML-encoded string.</returns>
  249. </member>
  250. <member name="T:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing">
  251. <summary>Replaces the SharePoint Content Editor Web Part rich text editor with a more comprehensive version.</summary>
  252. </member>
  253. <member name="M:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing.#ctor">
  254. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing"></see> object.</summary>
  255. </member>
  256. <member name="M:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  257. <summary>Activates the enhanced HTML editing feature.</summary>
  258. </member>
  259. <member name="M:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  260. <summary>Deactivates the enhanced HTML editing feature.</summary>
  261. </member>
  262. <member name="M:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing.FeatureInstalled(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  263. <summary>Installs the enhanced HTML editing feature.</summary>
  264. </member>
  265. <member name="M:Microsoft.SharePoint.Publishing.EnhancedHtmlEditing.FeatureUninstalling(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  266. <summary>Uninstalls the enhanced HTML editing feature.</summary>
  267. </member>
  268. <member name="T:Microsoft.SharePoint.Publishing.FeatureIds">
  269. <summary>Provides a set of read-only properties for specifying SharePoint Feature IDs.</summary>
  270. </member>
  271. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.Deployment">
  272. <summary>Gets the ID that specifies a Deployment feature.</summary>
  273. <returns>An object of type Guid.</returns>
  274. </member>
  275. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.EnhancedHtmlEditing">
  276. <summary>Gets the ID that specifies an EnhancedHtmlEditing feature.</summary>
  277. <returns>An object of type Guid.</returns>
  278. </member>
  279. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.LeftNavigation">
  280. <summary>Gets the ID that specifies a LeftNavigation feature.</summary>
  281. <returns>An object of type Guid.</returns>
  282. </member>
  283. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.Migration">
  284. <summary>Gets the ID that specifies a Migration feature.</summary>
  285. <returns>An object of type Guid.</returns>
  286. </member>
  287. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.Navigation">
  288. <summary>Gets the ID that specifies a Navigation feature.</summary>
  289. <returns>An object of type Guid.</returns>
  290. </member>
  291. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.NavigationProperties">
  292. <summary>Gets the ID that specifies a NavigationProperties feature.</summary>
  293. <returns>An object of type Guid.</returns>
  294. </member>
  295. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.OfficePublishingSite">
  296. <summary>Gets the ID that specifies an OfficePublishingSite feature.</summary>
  297. <returns>An object of type Guid.</returns>
  298. </member>
  299. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.OfficePublishingWeb">
  300. <summary>Gets the ID that specifies an OfficePublishingWeb feature.</summary>
  301. <returns>An object of type Guid.</returns>
  302. </member>
  303. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.Publishing">
  304. <summary>Gets the ID that specifies a Publishing feature.</summary>
  305. <returns>An object of type Guid.</returns>
  306. </member>
  307. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.PublishingB2TRHop2SiteFilesUpgrade">
  308. <summary>Gets the ID that specifies a PublishingB2TRHop2SiteFilesUpgrade feature.</summary>
  309. <returns>An object of type Guid.</returns>
  310. </member>
  311. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.PublishingB2TRSiteFilesUpgrade">
  312. <summary>Gets the ID that specifies a PublishingB2TRSiteFilesUpgrade feature.</summary>
  313. <returns>An object of type Guid.</returns>
  314. </member>
  315. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.PublishingLayouts">
  316. <summary>Gets the ID that specifies a PublishingLayouts feature.</summary>
  317. <returns>An object of type Guid.</returns>
  318. </member>
  319. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.PublishingPrerequisites">
  320. <summary>Gets the ID that specifies a PublishingPrerequistes feature.</summary>
  321. <returns>An object of type Guid.</returns>
  322. </member>
  323. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.PublishingResources">
  324. <summary>Gets the ID that specifies a PublishingResources feature.</summary>
  325. <returns>An object of type Guid.</returns>
  326. </member>
  327. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.SpellChecking">
  328. <summary>Gets the ID that specifies a SpellChecking feature.</summary>
  329. <returns>An object of type Guid.</returns>
  330. </member>
  331. <member name="F:Microsoft.SharePoint.Publishing.FeatureIds.ViewFormPagesLockDown">
  332. <summary>Gets the ID that specifies a ViewFormPagesLockDown feature.</summary>
  333. <returns>An object of type Guid.</returns>
  334. </member>
  335. <member name="T:Microsoft.SharePoint.Publishing.FieldId">
  336. <summary>Provides a complete set of read-only properties for specifying field IDs.</summary>
  337. </member>
  338. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AnonymousCacheProfile">
  339. <summary>Gets an object of type Guid that specifies an AnonymousCacheProfile field.</summary>
  340. <returns>An object of type Guid.</returns>
  341. </member>
  342. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ArticleDate">
  343. <summary>Gets an object of type Guid that specifies an Article field.</summary>
  344. <returns>An object of type Guid.</returns>
  345. </member>
  346. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AssociatedContentType">
  347. <summary>Gets an object of type Guid that specifies an AssociatedContentType field.</summary>
  348. <returns>An object of type Guid.</returns>
  349. </member>
  350. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AssociatedVariations">
  351. <summary>Gets an object of type Guid that specifies an AssociatedVariations field.</summary>
  352. <returns>An object of type Guid.</returns>
  353. </member>
  354. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AudienceTargeting">
  355. <summary>Gets an object of type Guid that specifies an AudienceTargeting field.</summary>
  356. <returns>An object of type Guid.</returns>
  357. </member>
  358. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AuthenticatedCacheProfile">
  359. <summary>Gets an object of type Guid that specifies an AuthenticatedCacheProfile field.</summary>
  360. <returns>An object of type Guid.</returns>
  361. </member>
  362. <member name="P:Microsoft.SharePoint.Publishing.FieldId.AutomaticUpdate">
  363. <summary>Gets an object of type Guid that specifies an AutomaticUpdate field.</summary>
  364. <returns>An object of type Guid.</returns>
  365. </member>
  366. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ByLine">
  367. <summary>Gets an object of type Guid that specifies a ByLine field.</summary>
  368. <returns>An object of type Guid.</returns>
  369. </member>
  370. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheAllowWriters">
  371. <summary>Gets an object of type Guid that specifies a CacheAllowWriters field.</summary>
  372. <returns>An object of type Guid.</returns>
  373. </member>
  374. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheAuthenticatedUse">
  375. <summary>Gets an object of type Guid that specifies a CacheAuthenticatedUse field.</summary>
  376. <returns>An object of type Guid.</returns>
  377. </member>
  378. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheCacheability">
  379. <summary>Gets an object of type Guid that specifies a CacheCacheability field.</summary>
  380. <returns>An object of type Guid.</returns>
  381. </member>
  382. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheCheckForChanges">
  383. <summary>Gets an object of type Guid that specifies a CacheCheckForChanges field.</summary>
  384. <returns>An object of type Guid.</returns>
  385. </member>
  386. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheDisplayDescription">
  387. <summary>Gets an object of type Guid that specifies a CacheDisplayDescription field.</summary>
  388. <returns>An object of type Guid.</returns>
  389. </member>
  390. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheDisplayName">
  391. <summary>Gets an object of type Guid that specifies a CacheDisplayName field.</summary>
  392. <returns>An object of type Guid.</returns>
  393. </member>
  394. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheDuration">
  395. <summary>Gets an object of type Guid that specifies a CacheDuration field.</summary>
  396. <returns>An object of type Guid.</returns>
  397. </member>
  398. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheEnabled">
  399. <summary>Gets an object of type Guid that specifies a CacheEnabled field.</summary>
  400. <returns>An object of type Guid.</returns>
  401. </member>
  402. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CachePerformAclCheck">
  403. <summary>Gets an object of type Guid that specifies a CachePerformAclCheck field.</summary>
  404. <returns>An object of type Guid.</returns>
  405. </member>
  406. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheVaryByCustom">
  407. <summary>Gets an object of type Guid that specifies a CacheVaryByCustom field.</summary>
  408. <returns>An object of type Guid.</returns>
  409. </member>
  410. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheVaryByHeader">
  411. <summary>Gets an object of type Guid specifies a CacheVaryByHeader field.</summary>
  412. <returns>An object of type Guid.</returns>
  413. </member>
  414. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheVaryByParam">
  415. <summary>Gets an object of type Guid that specifies a CacheVaryByParam field.</summary>
  416. <returns>An object of type Guid.</returns>
  417. </member>
  418. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CacheVaryByRights">
  419. <summary>Gets an object of type Guid that specifies a CacheVaryByRights field.</summary>
  420. <returns>An object of type Guid.</returns>
  421. </member>
  422. <member name="P:Microsoft.SharePoint.Publishing.FieldId.Contact">
  423. <summary>Gets an object of type Guid that specifies a Contact field.</summary>
  424. <returns>An object of type Guid.</returns>
  425. </member>
  426. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ContentType">
  427. <summary>Gets an object of type Guid that specifies a ContentType field.</summary>
  428. <returns>An object of type Guid.</returns>
  429. </member>
  430. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ContentTypeId">
  431. <summary>Gets an object of type Guid that specifies a ContentTypeId field.</summary>
  432. <returns>An object of type Guid.</returns>
  433. </member>
  434. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CreatedBy">
  435. <summary>Gets an object of type Guid that specifies a CreatedBy field.</summary>
  436. <returns>An object of type Guid.</returns>
  437. </member>
  438. <member name="P:Microsoft.SharePoint.Publishing.FieldId.CreatedDate">
  439. <summary>Gets an object of type Guid that specifies a CreatedDate field.</summary>
  440. <returns>An object of type Guid.</returns>
  441. </member>
  442. <member name="P:Microsoft.SharePoint.Publishing.FieldId.Description">
  443. <summary>Gets an object of type Guid that specifies a Description field.</summary>
  444. <returns>An object of type Guid.</returns>
  445. </member>
  446. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ExpiryDate">
  447. <summary>Gets an object of type Guid that specifies an ExpiryDate field.</summary>
  448. <returns>An object of type Guid.</returns>
  449. </member>
  450. <member name="P:Microsoft.SharePoint.Publishing.FieldId.HeaderStylesDefinitions">
  451. <summary>Gets an object of type Guid that specifies a HeaderStylesDefinitions field.</summary>
  452. <returns>An object of type Guid.</returns>
  453. </member>
  454. <member name="P:Microsoft.SharePoint.Publishing.FieldId.Hidden">
  455. <summary>Gets an object of type Guid that specifies a Hidden field.</summary>
  456. <returns>An object of type Guid.</returns>
  457. </member>
  458. <member name="P:Microsoft.SharePoint.Publishing.FieldId.LastModifiedBy">
  459. <summary>Gets an object of type Guid that specifies a LastModifiedBy field.</summary>
  460. <returns>An object of type Guid.</returns>
  461. </member>
  462. <member name="P:Microsoft.SharePoint.Publishing.FieldId.LastModifiedDate">
  463. <summary>Gets an object of type Guid that specifies a LastModifiedDate field.</summary>
  464. <returns>An object of type Guid.</returns>
  465. </member>
  466. <member name="P:Microsoft.SharePoint.Publishing.FieldId.LocalContactEmail">
  467. <summary>Gets an object of type Guid that specifies a LocalContactEmail field.</summary>
  468. <returns>An object of type Guid.</returns>
  469. </member>
  470. <member name="P:Microsoft.SharePoint.Publishing.FieldId.LocalContactImage">
  471. <summary>Gets an object of type Guid that specifies a LocalContactImage field.</summary>
  472. <returns>An object of type Guid.</returns>
  473. </member>
  474. <member name="P:Microsoft.SharePoint.Publishing.FieldId.LocalContactName">
  475. <summary>Gets an object of type Guid that specifies a LocalContactName field.</summary>
  476. <returns>An object of type Guid.</returns>
  477. </member>
  478. <member name="P:Microsoft.SharePoint.Publishing.FieldId.MigratedGuid">
  479. <summary>Gets an object of type Guid that specifies a MigratedGuid field.</summary>
  480. <returns>An object of type Guid.</returns>
  481. </member>
  482. <member name="P:Microsoft.SharePoint.Publishing.FieldId.NotificationListDeliveryDate">
  483. <summary>Gets an object of type Guid that specifies a NotificationListDeliveryDate field.</summary>
  484. <returns>An object of type Guid.</returns>
  485. </member>
  486. <member name="P:Microsoft.SharePoint.Publishing.FieldId.NotificationListUrl">
  487. <summary>Gets an object of type Guid that specifies a NotificationListUrl field.</summary>
  488. <returns>An object of type Guid.</returns>
  489. </member>
  490. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PageLayout">
  491. <summary>Gets an object of type Guid that specifies a PageLayout field.</summary>
  492. <returns>An object of type Guid.</returns>
  493. </member>
  494. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PreviewImage">
  495. <summary>Gets an object of type Guid that specifies a PreviewImage field.</summary>
  496. <returns>An object of type Guid.</returns>
  497. </member>
  498. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PublishingImageCaption">
  499. <summary>Gets an object of type Guid that specifies a PublishingImageCaption field.</summary>
  500. <returns>An object of type Guid.</returns>
  501. </member>
  502. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PublishingPageContent">
  503. <summary>Gets an object of type Guid that specifies a PublishingPageContent field.</summary>
  504. <returns>An object of type Guid.</returns>
  505. </member>
  506. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PublishingPageIcon">
  507. <summary>Gets an object of type Guid that specifies a PublishingPageIcon field.</summary>
  508. <returns>An object of type Guid.</returns>
  509. </member>
  510. <member name="P:Microsoft.SharePoint.Publishing.FieldId.PublishingPageImage">
  511. <summary>Gets an object of type Guid that specifies a PublishingPageImage field.</summary>
  512. <returns>An object of type Guid.</returns>
  513. </member>
  514. <member name="P:Microsoft.SharePoint.Publishing.FieldId.RedirectURL">
  515. <summary>Gets an object of type Guid that specifies a RedirectURL field.</summary>
  516. <returns>An object of type Guid.</returns>
  517. </member>
  518. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ReusableHtml">
  519. <summary>Gets an object of type Guid that specifies a ReusableHtml field.</summary>
  520. <returns>An object of type Guid.</returns>
  521. </member>
  522. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ReusableText">
  523. <summary>Gets an object of type Guid that specifies a ReusableText field.</summary>
  524. <returns>An object of type Guid.</returns>
  525. </member>
  526. <member name="P:Microsoft.SharePoint.Publishing.FieldId.ReusableTextType">
  527. <summary>Gets an object of type Guid that specifies a ReusableTextType field.</summary>
  528. <returns>An object of type Guid.</returns>
  529. </member>
  530. <member name="P:Microsoft.SharePoint.Publishing.FieldId.RollupImage">
  531. <summary>Gets an object of type Guid that specifies a RollupImage field.</summary>
  532. <returns>An object of type Guid.</returns>
  533. </member>
  534. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SpsDescription">
  535. <summary>Gets an object of type Guid that specifies a SpsDescription field.</summary>
  536. <returns>An object of type Guid.</returns>
  537. </member>
  538. <member name="P:Microsoft.SharePoint.Publishing.FieldId.StartDate">
  539. <summary>Gets an object of type Guid that specifies a StartDate field.</summary>
  540. <returns>An object of type Guid.</returns>
  541. </member>
  542. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryAudience">
  543. <summary>Gets an object of type Guid that specifies a SummaryAudience field.</summary>
  544. <returns>An object of type Guid.</returns>
  545. </member>
  546. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryGroup">
  547. <summary>Gets an object of type Guid that specifies a SummaryGroup field.</summary>
  548. <returns>An object of type Guid.</returns>
  549. </member>
  550. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryIcon">
  551. <summary>Gets an object of type Guid that specifies a SummaryIcon field.</summary>
  552. <returns>An object of type Guid.</returns>
  553. </member>
  554. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryImage">
  555. <summary>Gets an object of type Guid that specifies a SummaryImage field.</summary>
  556. <returns>An object of type Guid.</returns>
  557. </member>
  558. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryLinks">
  559. <summary>Gets an object of type Guid that specifies a SummaryLinks field.</summary>
  560. <returns>An object of type Guid.</returns>
  561. </member>
  562. <member name="P:Microsoft.SharePoint.Publishing.FieldId.SummaryLinks2">
  563. <summary>Gets an object of type Guid that specifies a SummaryLinks2 field.</summary>
  564. <returns>An object of type Guid.</returns>
  565. </member>
  566. <member name="P:Microsoft.SharePoint.Publishing.FieldId.TargetItemId">
  567. <summary>Gets an object of type Guid that specifies a TargetItemId field.</summary>
  568. <returns>An object of type Guid.</returns>
  569. </member>
  570. <member name="P:Microsoft.SharePoint.Publishing.FieldId.Title">
  571. <summary>Gets an object of type Guid that specifies a Title field.</summary>
  572. <returns>An object of type Guid.</returns>
  573. </member>
  574. <member name="P:Microsoft.SharePoint.Publishing.FieldId.VariationGroupId">
  575. <summary>Gets an object of type Guid that specifies a VariationGroupId field.</summary>
  576. <returns>An object of type Guid.</returns>
  577. </member>
  578. <member name="P:Microsoft.SharePoint.Publishing.FieldId.VariationRelationshipLink">
  579. <summary>Gets an object of type Guid that specifies a VariationRelationshipLink field.</summary>
  580. <returns>An object of type Guid.</returns>
  581. </member>
  582. <member name="T:Microsoft.SharePoint.Publishing.FlaggedWord">
  583. <summary>Flags a misspelled or repeated word.</summary>
  584. </member>
  585. <member name="F:Microsoft.SharePoint.Publishing.FlaggedWord.offset">
  586. <summary>Identifies the location in the input where the word begins.</summary>
  587. </member>
  588. <member name="F:Microsoft.SharePoint.Publishing.FlaggedWord.type">
  589. <summary>Gets the type of the error: either a misspelling or a repeated word.</summary>
  590. </member>
  591. <member name="F:Microsoft.SharePoint.Publishing.FlaggedWord.word">
  592. <summary>Gets the misspelled word.</summary>
  593. </member>
  594. <member name="T:Microsoft.SharePoint.Publishing.IDocumentConverterControl">
  595. <summary>This interface is used for exposing settings of document converters to the user. .</summary>
  596. </member>
  597. <member name="P:Microsoft.SharePoint.Publishing.IDocumentConverterControl.ContentType">
  598. <summary>Gets or sets the content type of the source document for the document converter control.</summary>
  599. <returns>The content type of the source document for the document converter control.</returns>
  600. </member>
  601. <member name="P:Microsoft.SharePoint.Publishing.IDocumentConverterControl.ConverterSettings">
  602. <summary>Gets or sets the document converter settings as an XML string.</summary>
  603. <returns>An XML string that represents the document converter settings.</returns>
  604. </member>
  605. <member name="P:Microsoft.SharePoint.Publishing.IDocumentConverterControl.RequiresConfiguration">
  606. <summary>Gets a value that determines whether this document converter requires configuration.</summary>
  607. <returns>A Boolean value that represents whether this document converter requires configuration.</returns>
  608. </member>
  609. <member name="P:Microsoft.SharePoint.Publishing.IDocumentConverterControl.SectionDisplayTitle">
  610. <summary>Gets the name of the section on the page in which this document converter control displays.</summary>
  611. <returns>Name of the section on the page in which this document converter control displays.</returns>
  612. </member>
  613. <member name="T:Microsoft.SharePoint.Publishing.InheritableProperty`1">
  614. <summary>Base class for inheritable properties on the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> class. This class provides support pseudo-inheritance on selected SPWeb properties.</summary>
  615. </member>
  616. <member name="M:Microsoft.SharePoint.Publishing.InheritableProperty`1.GetDirectValue(Microsoft.SharePoint.SPWeb)">
  617. <summary>Gets the property value directly from the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  618. <param name="web">PublishingWeb object from which to get the property value.</param>
  619. </member>
  620. <member name="M:Microsoft.SharePoint.Publishing.InheritableProperty`1.SetDirectValue(`0,Microsoft.SharePoint.SPWeb)">
  621. <summary>Sets the property value directly to the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  622. <param name="web">PublishingWeb object upon which to set the property value.</param>
  623. <param name="value">Property value being set on the target PublishingWeb object.</param>
  624. </member>
  625. <member name="M:Microsoft.SharePoint.Publishing.InheritableProperty`1.SetInherit(System.Boolean,System.Boolean)">
  626. <summary>Sets the flag to indicate whether this property inherits its value from its parent site.</summary>
  627. <returns>A flag indicating whether this property inherits its value from its parent site.</returns>
  628. </member>
  629. <member name="M:Microsoft.SharePoint.Publishing.InheritableProperty`1.SetValue(`0)">
  630. <summary>Set the value of this property.</summary>
  631. <returns>A LongRunningOperationJob object.</returns>
  632. </member>
  633. <member name="M:Microsoft.SharePoint.Publishing.InheritableProperty`1.SetValue(`0,System.Boolean)">
  634. <summary>Set value of this property.</summary>
  635. <returns>A LongRunningOperationJob object.</returns>
  636. <param name="forceAllSubWebInherit">Forces all subsites to inherit this value, even if the property on a subsite currently does not inherit.</param>
  637. <param name="value">The property value set by this method. </param>
  638. </member>
  639. <member name="T:Microsoft.SharePoint.Publishing.IntervalUnit">
  640. <summary>The unit of a period of time.</summary>
  641. </member>
  642. <member name="F:Microsoft.SharePoint.Publishing.IntervalUnit.Day">
  643. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.IntervalUnit object's"></see> field for day.</summary>
  644. </member>
  645. <member name="F:Microsoft.SharePoint.Publishing.IntervalUnit.Month">
  646. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.IntervalUnit"></see> object's field for month.</summary>
  647. </member>
  648. <member name="F:Microsoft.SharePoint.Publishing.IntervalUnit.Unspecified">
  649. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.IntervalUnit"></see> object's value has not yet been specified.</summary>
  650. </member>
  651. <member name="F:Microsoft.SharePoint.Publishing.IntervalUnit.Week">
  652. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.IntervalUnit"></see> object's field for week.</summary>
  653. </member>
  654. <member name="F:Microsoft.SharePoint.Publishing.IntervalUnit.Year">
  655. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.IntervalUnit"></see> object's field for year.</summary>
  656. </member>
  657. <member name="T:Microsoft.SharePoint.Publishing.InvalidPageLayoutException">
  658. <summary>Represents the exception that is thrown when an attempt is made to create an invalid <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  659. </member>
  660. <member name="M:Microsoft.SharePoint.Publishing.InvalidPageLayoutException.#ctor">
  661. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPageLayoutException"></see>class.</summary>
  662. </member>
  663. <member name="M:Microsoft.SharePoint.Publishing.InvalidPageLayoutException.#ctor(System.String)">
  664. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPageLayoutException"></see> class with the specified error message.</summary>
  665. <param name="message">The error message that explains the exception.</param>
  666. </member>
  667. <member name="M:Microsoft.SharePoint.Publishing.InvalidPageLayoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  668. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPageLayoutException"></see> class with serialized data.</summary>
  669. <param name="context">@param context.The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination.</param>
  670. <param name="info">@param info. The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
  671. </member>
  672. <member name="M:Microsoft.SharePoint.Publishing.InvalidPageLayoutException.#ctor(System.String,System.Exception)">
  673. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPageLayoutException"></see> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  674. <param name="message">@param message. The error message that explains the reason for the exception.</param>
  675. <param name="innerException">@param innerException. The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.</param>
  676. </member>
  677. <member name="T:Microsoft.SharePoint.Publishing.InvalidPublishingWebException">
  678. <summary>Indicates the exception that is thrown when a method of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> structure fails because the structure is invalid.</summary>
  679. </member>
  680. <member name="M:Microsoft.SharePoint.Publishing.InvalidPublishingWebException.#ctor">
  681. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPublishingWebException"></see> class.</summary>
  682. </member>
  683. <member name="M:Microsoft.SharePoint.Publishing.InvalidPublishingWebException.#ctor(System.String)">
  684. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPublishingWebException"></see> class with the specified error message.</summary>
  685. <param name="message">@param message The error message that explains the reason for the exception.</param>
  686. </member>
  687. <member name="M:Microsoft.SharePoint.Publishing.InvalidPublishingWebException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  688. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPublishingWebException"></see> class with serialized data.</summary>
  689. <param name="context">@param context. The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination.</param>
  690. <param name="info">@param info. The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
  691. </member>
  692. <member name="M:Microsoft.SharePoint.Publishing.InvalidPublishingWebException.#ctor(System.String,System.Exception)">
  693. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.InvalidPublishingWebException"></see> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  694. <param name="message">@param message. The error message that explains the reason for the exception.</param>
  695. <param name="innerException">@param innerException. The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.</param>
  696. </member>
  697. <member name="T:Microsoft.SharePoint.Publishing.IWebPartVariationUpdate">
  698. <summary>An interface that is implemented by using Web Parts. Use this interface when you need to update properties for a Web Part control that is copied to a Variation site.</summary>
  699. </member>
  700. <member name="M:Microsoft.SharePoint.Publishing.IWebPartVariationUpdate.Update(Microsoft.SharePoint.Publishing.PublishingWeb)">
  701. <summary>Updates any properties within a Web Part control that are dependent on the location of the page in the server hierarchy.</summary>
  702. <param name="ownerWeb">Owner of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see></param>
  703. </member>
  704. <member name="T:Microsoft.SharePoint.Publishing.ListItemBasedCollection`1">
  705. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  706. </member>
  707. <member name="M:Microsoft.SharePoint.Publishing.ListItemBasedCollection`1.Add">
  708. <summary>
  709. This member is reserved for internal use and is not intended to be used directly from your code.
  710. </summary>
  711. <returns>The newly constructed item.</returns>
  712. </member>
  713. <member name="M:Microsoft.SharePoint.Publishing.ListItemBasedCollection`1.Delete(System.Int32)">
  714. <summary>
  715. This member is reserved for internal use and is not intended to be used directly from your code.
  716. </summary>
  717. </member>
  718. <member name="M:Microsoft.SharePoint.Publishing.ListItemBasedCollection`1.DeleteById(System.Int32)">
  719. <summary>
  720. This member is reserved for internal use and is not intended to be used directly from your code.
  721. </summary>
  722. </member>
  723. <member name="P:Microsoft.SharePoint.Publishing.ListItemBasedCollection`1.I…

Large files files are truncated, but you can click here to view the full file