PageRenderTime 70ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 1ms

/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
  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.Item(System.String)">
  724. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  725. <returns>Return the item with the specified name from the collection.</returns>
  726. </member>
  727. <member name="T:Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection`1">
  728. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  729. </member>
  730. <member name="M:Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection`1.CopyTo(Microsoft.SharePoint.SPListItem[],System.Int32)">
  731. <summary>Copies the internal collection to the given array starting at the specified index.</summary>
  732. <param name="listItems">Array of listItems to copy the collection data to.</param>
  733. <param name="index">Index of array to start copying the data.</param>
  734. </member>
  735. <member name="T:Microsoft.SharePoint.Publishing.ListItemWrapper">
  736. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  737. </member>
  738. <member name="T:Microsoft.SharePoint.Publishing.LongRunningOperationStatus">
  739. <summary>Returns the status of the job that is currently running. </summary>
  740. </member>
  741. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.GetAllJobs(Microsoft.SharePoint.SPSite)">
  742. <summary>Get a LongRunningOperationStatus for each of the entries in the root Web site's long running operation status list.</summary>
  743. <returns>A reference to an array of LongRunningOperationStatus objects.</returns>
  744. <param name="site">Site that the job is running on.</param>
  745. </member>
  746. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.GetAllJobsForCurrentUser(Microsoft.SharePoint.SPSite,System.String,System.String,System.String)">
  747. <summary>Used to determine if there are jobs initiated by a user that were terminated due to system (or other) failures.</summary>
  748. <param name="jobType">Can be Null or Empty - all running jobs for the current user will be returned.</param>
  749. </member>
  750. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.GetJob(Microsoft.SharePoint.SPSite,System.Guid)">
  751. <summary>Instantiates a new LongRunningOperationStatus list and populates it with the most current status information.</summary>
  752. <returns>A reference to a LongRunningOperationStatus with the most current status.</returns>
  753. <param name="jobId">Specifies the ID of the job to retrieve status information about.</param>
  754. <param name="site">SPSite of the current portal site.</param>
  755. </member>
  756. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.PurgeOldEntries(Microsoft.SharePoint.SPSite)">
  757. <summary>Removes old status bucket entries from the LongRunningOperationStatus list at the root Web site.</summary>
  758. <param name="site">SPSite that you want to purge.</param>
  759. </member>
  760. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.Remove(Microsoft.SharePoint.SPSite)">
  761. <summary>Removes status information about this particular job from the database.</summary>
  762. <param name="site">SPSite of the current portal site.</param>
  763. </member>
  764. <member name="M:Microsoft.SharePoint.Publishing.LongRunningOperationStatus.RequestCancel">
  765. <summary>Requests cancellation of the job that is currently running. </summary>
  766. </member>
  767. <member name="T:Microsoft.SharePoint.Publishing.MigrationHttpModule">
  768. <summary>Handles URL redirection on a migrated Microsoft Office SharePoint Server 2007 site if the redirection is enabled.</summary>
  769. </member>
  770. <member name="T:Microsoft.SharePoint.Publishing.NavigationFeatureHandler">
  771. <summary>Provides event handlers that are called when Navigation or NavigationProperties features are activated, deactivated, installed, or uninstalled.</summary>
  772. </member>
  773. <member name="M:Microsoft.SharePoint.Publishing.NavigationFeatureHandler.#ctor">
  774. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.NavigationFeatureHandler"></see> class.</summary>
  775. </member>
  776. <member name="M:Microsoft.SharePoint.Publishing.NavigationFeatureHandler.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  777. <summary>Event handler called when a Navigation or NavigationProperties feature is activated.</summary>
  778. <param name="receiverProperties">Properties of a feature activation event.</param>
  779. </member>
  780. <member name="M:Microsoft.SharePoint.Publishing.NavigationFeatureHandler.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  781. <summary>Event handler called when a Navigation or NavigationProperties feature is deactivated.</summary>
  782. <param name="receiverProperties">Properties of a feature deactivation event.</param>
  783. </member>
  784. <member name="M:Microsoft.SharePoint.Publishing.NavigationFeatureHandler.FeatureInstalled(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  785. <summary>Event handler called when a Navigation or NavigationProperties feature is installed.</summary>
  786. <param name="properties">Properties of a feature installation event.</param>
  787. </member>
  788. <member name="M:Microsoft.SharePoint.Publishing.NavigationFeatureHandler.FeatureUninstalling(Microsoft.SharePoint.SPFeatureReceiverProperties)">
  789. <summary>Event handler called when a Navigation or NavigationProperties feature is uninstalled.</summary>
  790. <param name="properties">Properties of a feature uninstall event.</param>
  791. </member>
  792. <member name="T:Microsoft.SharePoint.Publishing.NodeOrder">
  793. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  794. </member>
  795. <member name="F:Microsoft.SharePoint.Publishing.NodeOrder.CreatedDate">
  796. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  797. </member>
  798. <member name="F:Microsoft.SharePoint.Publishing.NodeOrder.LastModifiedDate">
  799. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  800. </member>
  801. <member name="F:Microsoft.SharePoint.Publishing.NodeOrder.Manual">
  802. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  803. </member>
  804. <member name="F:Microsoft.SharePoint.Publishing.NodeOrder.Order">
  805. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  806. </member>
  807. <member name="F:Microsoft.SharePoint.Publishing.NodeOrder.Title">
  808. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  809. </member>
  810. <member name="T:Microsoft.SharePoint.Publishing.NodeTypes">
  811. <summary>Represents the various node types in Microsoft Windows SharePoint Services.</summary>
  812. </member>
  813. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.Area">
  814. <summary>Any type of <see cref="T:Microsoft.SharePoint.SPWeb"></see> site.</summary>
  815. </member>
  816. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.AuthoredLink">
  817. <summary>Any type of authored link.</summary>
  818. </member>
  819. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.AuthoredLinkPlain">
  820. <summary>A generic authored link.</summary>
  821. </member>
  822. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.AuthoredLinkToPage">
  823. <summary>An authored link that references a page.</summary>
  824. </member>
  825. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.AuthoredLinkToWeb">
  826. <summary>An authored link that references a Web site or area.</summary>
  827. </member>
  828. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.Custom">
  829. <summary>A custom node type that may be useful for extensibility purposes.</summary>
  830. </member>
  831. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.Default">
  832. <summary>Combination of Area, Page, Heading and AuthoredLink. Navigation uses this value to determine which types to return by default.</summary>
  833. </member>
  834. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.Heading">
  835. <summary>A navigation heading.</summary>
  836. </member>
  837. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.List">
  838. <summary>A Microsoft Windows SharePoint Services list (SPList).</summary>
  839. </member>
  840. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.ListItem">
  841. <summary>A Microsoft Windows SharePoint Services list item (SPListItem).</summary>
  842. </member>
  843. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.Page">
  844. <summary>List item in the Pages list.</summary>
  845. </member>
  846. <member name="F:Microsoft.SharePoint.Publishing.NodeTypes.PageLayout">
  847. <summary>A CMS Page Layout.</summary>
  848. </member>
  849. <member name="T:Microsoft.SharePoint.Publishing.OrderingMethod">
  850. <summary>Options that specify how navigation items are ordered.</summary>
  851. </member>
  852. <member name="F:Microsoft.SharePoint.Publishing.OrderingMethod.Automatic">
  853. <summary>Sort all node types automatically, and group pages after other types.</summary>
  854. </member>
  855. <member name="F:Microsoft.SharePoint.Publishing.OrderingMethod.Manual">
  856. <summary>Sort all types manually.</summary>
  857. </member>
  858. <member name="F:Microsoft.SharePoint.Publishing.OrderingMethod.ManualWithAutomaticPageSorting">
  859. <summary>Sort all types except pages manually. If pages are included, sort them automatically and group them after all other types.</summary>
  860. </member>
  861. <member name="T:Microsoft.SharePoint.Publishing.PageConversionPriority">
  862. <summary>Enumeration that is passed that indicates the priority of a page conversion job. Recommended value is Medium.</summary>
  863. </member>
  864. <member name="T:Microsoft.SharePoint.Publishing.PageLayout">
  865. <summary>Represents a Microsoft Office SharePoint Server 2007 page layout. This class cannot be inherited.</summary>
  866. </member>
  867. <member name="M:Microsoft.SharePoint.Publishing.PageLayout.#ctor(Microsoft.SharePoint.SPListItem)">
  868. <summary>Uses the <see cref="T:Microsoft.SharePoint.SPListItem"></see> class to construct a <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> list item object in a document library.</summary>
  869. <param name="listItem">The <see cref="T:Microsoft.SharePoint.SPListItem"></see> object that is constructed.</param>
  870. <exception cref="T:System.ArgumentNullException">The listItem is null, which is invalid.</exception>
  871. </member>
  872. <member name="M:Microsoft.SharePoint.Publishing.PageLayout.Update">
  873. <summary>Saves changes to this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  874. <exception cref="T:Microsoft.SharePoint.SPException">The update operation failed.</exception>
  875. </member>
  876. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.AnonymousCacheProfileId">
  877. <summary>Gets the Id of the anonymous cache profile in the Cache Profiles list.</summary>
  878. <returns>Id of the anonymous cache profile in the Cache Profiles list.</returns>
  879. </member>
  880. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.AssociatedContentType">
  881. <summary>Gets or sets the associated <see cref="T:Microsoft.SharePoint.SPContentType"></see> object that is used when creating a <see cref="T:Microsoft.SharePoint.PublishingPage"></see> object with this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  882. <returns>Page content type that is associated with this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</returns>
  883. </member>
  884. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.AuthenticatedCacheProfileId">
  885. <summary>Gets the ID of the authenticated cache profile in the Cache Profiles list.</summary>
  886. <returns>The ID of the authenticated cache profile in the Cache Profiles list.</returns>
  887. </member>
  888. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.CreatedBy">
  889. <summary>Gets the <see cref="T:Microsoft.SharePoint.SPUser"></see> object that represents the user who created this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  890. <returns>The <see cref="T:Microsoft.SharePoint.SPUser"></see> object that represents the user who created this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see>.</returns>
  891. </member>
  892. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.CreatedDate">
  893. <summary>Gets the DateTime when this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object was created.</summary>
  894. <returns>The DateTime when this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> was created.</returns>
  895. </member>
  896. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.Description">
  897. <summary>Gets or sets descriptive text for this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  898. <returns>Text describing this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.The Description value can be an empty string. A null value is also treated as an empty string.</returns>
  899. <exception cref="T:System.ArgumentException">Invalid property value.</exception>
  900. <exception cref="T:System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  901. </member>
  902. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.Folder">
  903. <summary>Gets the <see cref="T:Microsoft.SharePoint.SPFolder"></see> object in which this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object is located.</summary>
  904. <returns>The folder in which this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object is located.</returns>
  905. </member>
  906. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.ListItem">
  907. <summary>Gets the <see cref="T:Microsoft.SharePoint.SPListItem"></see> object upon which this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> class is based.</summary>
  908. <returns>The underlying <see cref="T:Microsoft.SharePoint.SPListItem"></see> object upon which this class is based.</returns>
  909. </member>
  910. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.Name">
  911. <summary>Gets the name of this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  912. <returns>The URL name for this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see>.</returns>
  913. <exception cref="T:System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  914. </member>
  915. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.PreviewImageUrl">
  916. <summary>Gets or sets the fully qualified, or absolute, URL of an associated preview image for this PageLayout object.</summary>
  917. <returns>The fully qualified, or absolute, URL of an associated preview image for this PageLayout object.</returns>
  918. <exception cref="T:System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  919. </member>
  920. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.ServerRelativeUrl">
  921. <summary>Gets the server-relative URL of this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  922. <returns>The server-relative URL of this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</returns>
  923. </member>
  924. <member name="P:Microsoft.SharePoint.Publishing.PageLayout.Title">
  925. <summary>Gets or sets the display title for this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  926. <returns>The title to be displayed for this <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.Title can be set to an empty string. A null value is saved as an empty string.</returns>
  927. <exception cref="T:System.ArgumentNullException"> .</exception>
  928. <exception cref="T:System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  929. </member>
  930. <member name="T:Microsoft.SharePoint.Publishing.PageLayoutCollection">
  931. <summary>A collection of PageLayout objects.</summary>
  932. </member>
  933. <member name="M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Add(System.String,Microsoft.SharePoint.SPContentTypeId)">
  934. <summary>Creates and adds a new PageLayout.</summary>
  935. <returns>The newly created PageLayout.</returns>
  936. <param name="pageLayoutName">Name of PageLayout.</param>
  937. <param name="associatedContentTypeId">ID of the SPContentType that this PageLayout will be associated with.</param>
  938. <exception cref="T:System.ArgumentNullException">Indicates that one of the input parameters is null</exception>
  939. <exception cref="T:System.IO.DirectoryNotFoundException">Indicates a problem with the pageLayoutName parameter.</exception>
  940. <exception cref="T:Microsoft.SharePoint.SPException">AssociatedContentTypeId must identify a valid SPContentType on the SPSite.RootWeb site.</exception>
  941. <exception cref="T:System.IO.PathTooLongException">Specified file or folder name is too long. The URL path for all files and folders must be 260 characters or less (and no more than 128 characters for any single file or folder name in the URL). Please type a shorter file or folder name.</exception>
  942. <exception cref="T:System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  943. <exception cref="T:System.IO.FileLoadException">Indicates that another file with the same name already exists.</exception>
  944. <exception cref="T:Microsoft.SharePoint.SPException">File or folder name "%1" contains characters that are not permitted. Please use a different name.</exception>
  945. <exception cref="T:Microsoft.SharePoint.SPException">File with the name "%1" already exists. It was last modified by "%2" on "%3".</exception>
  946. </member>
  947. <member name="M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Add(System.String,Microsoft.SharePoint.SPContentTypeId,System.String)">
  948. <summary>Creates and adds a new PageLayout.</summary>
  949. <returns>The newly created PageLayout object.</returns>
  950. <param name="pageLayoutName">Name of PageLayout.</param>
  951. <param name="pageMarkup">ASPX markup for the page layout, or Null to indicate that markup from the template page layout should be used.</param>
  952. <param name="associatedContentTypeId">ID of the SPContentType that this PageLayout will be associated with.</param>
  953. <exception cref="T:System.IO.DirectoryNotFoundException">Indicates a problem with the pageLayoutName parameter.</exception>
  954. <exception cref="T:Microsoft.SharePoint.SPException">AssociatedContentTypeId must identify a valid SPContentType on the SPSite.RootWeb site.</exception>
  955. <exception cref="T:System.IO.PathTooLongException">Specified file or folder name is too long. The URL path for all files and folders must be 260 characters or less (and no more than 128 characters for any single file or folder name in the URL). Please type a shorter file or folder name.</exception>
  956. <exception cref="T:System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  957. <exception cref="T:System.IO.FileLoadException">Indicates that another file with the same name already exists.</exception>
  958. <exception cref="T:Microsoft.SharePoint.SPException">File or folder name "%1" contains characters that are not permitted. Please use a different name.</exception>
  959. <exception cref="T:System.ArgumentNullException">Indicates that one of the input parameters is Null.</exception>
  960. <exception cref="T:Microsoft.SharePoint.SPException">File with the name "%1" already exists. It was last modified by "%2" on "%3".</exception>
  961. </member>
  962. <member name="M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Contains(System.String,Microsoft.SharePoint.SPFolder)">
  963. <summary>Determines if a PageLayout with a specific name exists in the specified SPFolder.</summary>
  964. <returns>True if a PageLayout with a specific name is found within the specified SPFolder; otherwise false.</returns>
  965. <param name="pageLayoutName">Name of the PageLayout to search for.</param>
  966. <param name="folder">SPFolder to search within for the PageLayout.</param>
  967. <exception cref="T:System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  968. <exception cref="T:System.ArgumentNullException">Indicates that one of the input parameters is null.</exception>
  969. </member>
  970. <member name="M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Delete(System.String,Microsoft.SharePoint.SPFolder)">
  971. <summary>Removes a PageLayout from a given SPFolder.</summary>
  972. <param name="pageLayoutName">Name of the PageLayout without a file extension.</param>
  973. <param name="folder">SPFolder that contains the given PageLayout.</param>
  974. <exception cref="T:System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  975. <exception cref="T:System.ArgumentNullException">Indicates that one of the input parameters is null.</exception>
  976. </member>
  977. <member name="M:Microsoft.SharePoint.Publishing.PageLayoutCollection.ToArray">
  978. <summary>Creates an array of the PageLayout objects in this PageLayoutCollection.</summary>
  979. <returns>An array of the PageLayout objects in this PageLayoutCollection</returns>
  980. </member>
  981. <member name="T:Microsoft.SharePoint.Publishing.PortalProvisioningProvider">
  982. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  983. </member>
  984. <member name="M:Microsoft.SharePoint.Publishing.PortalProvisioningProvider.#ctor">
  985. <summary>Creates a <see cref="T:Microsoft.SharePoint.Publishing.PortalProvisioningProvider"></see> object.</summary>
  986. </member>
  987. <member name="M:Microsoft.SharePoint.Publishing.PortalProvisioningProvider.Provision(Microsoft.SharePoint.SPWebProvisioningProperties)">
  988. <summary>
  989. This member is reserved for internal use and is not intended to be used directly from your code.
  990. </summary>
  991. </member>
  992. <member name="T:Microsoft.SharePoint.Publishing.PublishingCachablePage">
  993. <summary>Base class used for all page layouts and .aspx pages that use new performance enhancements in the <see cref="N:Microsoft.SharePoint.Publishing"></see> namespace.</summary>
  994. </member>
  995. <member name="M:Microsoft.SharePoint.Publishing.PublishingCachablePage.#ctor">
  996. <summary>Constructor for the Publishing.PublishingCachablePage class.</summary>
  997. </member>
  998. <member name="T:Microsoft.SharePoint.Publishing.PublishingCache">
  999. <summary>Provides the static <see cref="M:Microsoft.SharePoint.Publishing.PublishingCache.ListCacheContents"></see> method to output the cache contents of an <see cref="T:Microsoft.SharePoint.SPSite"></see> object to a Stream object. </summary>
  1000. </member>
  1001. <member name="M:Microsoft.SharePoint.Publishing.PublishingCache.ListCacheContents(System.IO.Stream,Microsoft.SharePoint.SPSite)">
  1002. <summary>Outputs the cache contents of an <see cref="T:Microsoft.SharePoint.SPSite"></see> object to a Stream object. </summary>
  1003. <param name="stream">Specifies the stream to which the cache contents of site are output.</param>
  1004. <param name="site">Specifies an object of type <see cref="T:Microsoft.SharePoint.SPSite"></see> whose cache contents are output to a stream.</param>
  1005. </member>
  1006. <member name="T:Microsoft.SharePoint.Publishing.PublishingHttpModule">
  1007. <summary>Enables or disables ASP.NET output caching, as appropriate, for a specified response.</summary>
  1008. </member>
  1009. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.#ctor">
  1010. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.PublishingHttpModule"></see> object.</summary>
  1011. </member>
  1012. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.Dispose">
  1013. <summary>Releases any resources that the ASP.NET IHttpModule interface is holding.</summary>
  1014. </member>
  1015. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.DontChangeCacheHeadersForRequest(System.Web.HttpContext)">
  1016. <summary>Prevents the caching mechanism from changing cache headers for a specific request.</summary>
  1017. </member>
  1018. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.DontEnableCachingForRequest(System.Web.HttpContext)">
  1019. <summary>Prevents the current page output from being cached. </summary>
  1020. </member>
  1021. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.Init(System.Web.HttpApplication)">
  1022. <summary>Initializes the ASP.NET IHttpModule interface and registers it to handle the last event before ASP.NET determines whether to place the response in the cache.</summary>
  1023. <param name="app">An object representing the current HttpApplication object.</param>
  1024. </member>
  1025. <member name="M:Microsoft.SharePoint.Publishing.PublishingHttpModule.ValidateCache(System.Web.HttpContext,System.Object,System.Web.HttpValidationStatus@)">
  1026. <summary>Cache validation callback function that is used by the ASP.NET output cache to determine if a cache entry is still valid.</summary>
  1027. <param name="data">User-specified object; ChangeSettings in this case.</param>
  1028. <param name="context">Current HttpContext.</param>
  1029. <param name="status">Out parameter that indicate the status of the cache entry.</param>
  1030. </member>
  1031. <member name="T:Microsoft.SharePoint.Publishing.PublishingLayoutPage">
  1032. <summary>Base class for all publishing layout pages. </summary>
  1033. </member>
  1034. <member name="M:Microsoft.SharePoint.Publishing.PublishingLayoutPage.#ctor">
  1035. <summary>Creates a <see cref="T:Microsoft.SharePoint.Publishing.PublishingLayoutPage"></see> object.</summary>
  1036. </member>
  1037. <member name="M:Microsoft.SharePoint.Publishing.PublishingLayoutPage.OnPreInit(System.EventArgs)">
  1038. <summary>Initializes the master page that should be used for the current request.</summary>
  1039. <param name="e">Event argument.</param>
  1040. </member>
  1041. <member name="T:Microsoft.SharePoint.Publishing.PublishingObjectStatus">
  1042. <summary>Encapsulates the object status (version, deployment, times created or modified, etc.) for a generic SharePoint Publishing object.</summary>
  1043. </member>
  1044. <member name="M:Microsoft.SharePoint.Publishing.PublishingObjectStatus.#ctor">
  1045. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1046. </member>
  1047. <member name="T:Microsoft.SharePoint.Publishing.PublishingObjectType">
  1048. <summary>Provides enumeration constants that specify <see cref="N:Microsoft.SharePoint.Publishing"></see> object types.</summary>
  1049. </member>
  1050. <member name="F:Microsoft.SharePoint.Publishing.PublishingObjectType.AccessDenied">
  1051. <summary>Represents the enumeration constant for AccessDenied.</summary>
  1052. </member>
  1053. <member name="F:Microsoft.SharePoint.Publishing.PublishingObjectType.File">
  1054. <summary>Represents the enumeration constant for File.</summary>
  1055. </member>
  1056. <member name="F:Microsoft.SharePoint.Publishing.PublishingObjectType.FileNotFound">
  1057. <summary>Represents the enumeration constant for FileNotFound.</summary>
  1058. </member>
  1059. <member name="F:Microsoft.SharePoint.Publishing.PublishingObjectType.ListItem">
  1060. <summary>Enumeration constant for ListItem.</summary>
  1061. </member>
  1062. <member name="F:Microsoft.SharePoint.Publishing.PublishingObjectType.Undefined">
  1063. <summary>Enumeration constant for Undefined.</summary>
  1064. </member>
  1065. <member name="T:Microsoft.SharePoint.Publishing.PublishingPage">
  1066. <summary>Provides publishing-related behavior for an .aspx page that is stored in a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1067. </member>
  1068. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.CheckIn(System.String)">
  1069. <summary>Checks in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1070. <param name="comment">String that contains a comment describing the check in</param>
  1071. </member>
  1072. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.CheckOut">
  1073. <summary>Checks out this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> instance for editing.</summary>
  1074. </member>
  1075. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.GetEffectiveAnonymousPageCacheProfileId">
  1076. <summary>This method returns the current cache profile ID that this page uses if output is cached for an anonymous user.</summary>
  1077. <returns>The current effective output cache profile for an anonymous user.</returns>
  1078. </member>
  1079. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.GetEffectiveAuthenticatedPageCacheProfileId">
  1080. <summary>This method returns the current cache profile ID that this page uses if output is cached for an authenticated user.</summary>
  1081. <returns>The current effective output cache profile for an authenticated user</returns>
  1082. </member>
  1083. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.GetPublishingPage(Microsoft.SharePoint.SPListItem)">
  1084. <summary>Used to retrieve a <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object instance that wraps the given <see cref="T:Microsoft.SharePoint.SPListItem"></see> object.</summary>
  1085. <returns>A PublishingPage instance that wraps the given SPListItem.</returns>
  1086. <param name="sourceListItem">An SPListItem object for which to retrieve a PublishingPage wrapper.</param>
  1087. <exception cref="System.ArgumentNullException">The sourceListItem is null which is invalid.</exception>
  1088. <exception cref="System.ArgumentException">Invalid SPListItem. The SPListItem provided is not compatible with a PublishingPage.</exception>
  1089. </member>
  1090. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.GetVariation(Microsoft.SharePoint.Publishing.VariationLabel)">
  1091. <summary>Get the peer VariationPublishingPage object that belongs to this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object for the specified Label. </summary>
  1092. <returns>A PublishingPage object that is a Variation peer of the current PublishingPage in the requested Label.</returns>
  1093. <param name="varlabel">The Variation Label to use to search for the Variation peer page of the current PublishingPage.</param>
  1094. </member>
  1095. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.IsPublishingPage(Microsoft.SharePoint.SPListItem)">
  1096. <summary>Confirms that an <see cref="T:Microsoft.SharePoint.SPListItem"></see> is compatible with the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1097. <returns>This method returns True if the <see cref="T:Microsoft.SharePoint.SPListItem"></see> is a PublishingPage; otherwise, it returns False.</returns>
  1098. <param name="sourceListItem">SPListItem to check for validity</param>
  1099. </member>
  1100. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.QuickDeploy">
  1101. <summary>Uses the QuickDeploy method to deploy this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1102. <exception cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentException">No ContentDeploymentJobs are enabled for this source site collection</exception>
  1103. </member>
  1104. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.Update">
  1105. <summary>Commits changes to this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1106. <exception cref="Microsoft.SharePoint.SPException">The update operation failed.</exception>
  1107. </member>
  1108. <member name="M:Microsoft.SharePoint.Publishing.PublishingPage.UpdateContentFromSourceDocument(Microsoft.SharePoint.Publishing.PageConversionPriority)">
  1109. <summary>Updates a <see cref="T:Microsoft.SharePoint.PublishingPage object"></see> created by converting a document and reruns the conversion. </summary>
  1110. <param name="priority">The <see cref="T:Microsoft.SharePoint.Publishing.PageConversionPriority"></see> enumeration for the conversion. </param>
  1111. <exception cref="T:Microsoft.System.ArgumentException">A document was not converted to create this page.</exception>
  1112. <exception cref="T:Microsoft.SharePoint.Publishishing.DocumentToPublishingPageConversionException">The update operation failed or succeeded with warnings.</exception>
  1113. <exception cref="Microsoft.SharePoint.SPException">The update operation failed.</exception>
  1114. </member>
  1115. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Audience">
  1116. <summary>String value that represents the audience that this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> is targeted to.</summary>
  1117. <returns>The Audience property returns a string that represents the audience to which the active page is targeted.</returns>
  1118. </member>
  1119. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Contact">
  1120. <summary>Represents the user who currently owns this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1121. <returns>The SPUser object that represents the user who currently owns this PublishingPage</returns>
  1122. <exception cref="UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1123. </member>
  1124. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ContentType">
  1125. <summary>Defines the content that is available to this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1126. <returns>The ContentType property gets the <see cref="T:Microsoft.SharePoint.SPContentType"></see> for this PublishingPage.</returns>
  1127. </member>
  1128. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.CreatedBy">
  1129. <summary>Gets an <see cref="T:Microsoft.SharePoint.SPUser"></see> object that indicates who created this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1130. <returns>The <see cref="T:Microsoft.SharePoint.SPUser"></see> object that indicates who created this PublishingPage was created.</returns>
  1131. </member>
  1132. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.CreatedDate">
  1133. <summary>Gets the Coordinated Universal Time (UTC) when this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object was created</summary>
  1134. <returns>The Coordinated Universal Time (UTC) when this PublishingPage was created.</returns>
  1135. </member>
  1136. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Description">
  1137. <summary>Gets or sets descriptive text for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1138. <returns>Text that describes this PublishingPage object.</returns>
  1139. <exception cref="System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1140. <exception cref="System.ArgumentException">Invalid property value</exception>
  1141. <exception cref="System.ArgumentNullException">Indicates that the value being set is null, which is invalid.</exception>
  1142. </member>
  1143. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Fields">
  1144. <summary>Gets the underlying <see cref="T:Microsoft.SharePoint.SPField"></see> object definitions for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1145. <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection"></see> that contains the underlying <see cref="T:Microsoft.SharePoint.SPField"></see> object definitions of the PublishingPage.</returns>
  1146. </member>
  1147. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.IncludeInCurrentNavigation">
  1148. <summary>Controls whether the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object is included by PortalSitemapProviders that have NavigationType set to "Current".</summary>
  1149. <returns>A Boolean representing whether this page is to be included.This property defaults to True.The value is True if this PublishingPage should be included in the current navigation, and it is False if the area should not be included.</returns>
  1150. </member>
  1151. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.IncludeInGlobalNavigation">
  1152. <summary>Controls whether this <see cref="T:Microsoft.SharePoint.PublishingPage"></see> object is included by the dynamic portion of the PortalSitemapProvider in the GlobalNavigation mode.</summary>
  1153. <returns>A Boolean value that represents whether this page is to be included.The value is True if the area should be included in the current navigation, and it is False if the area should not be included.This property defaults to True.</returns>
  1154. </member>
  1155. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.IsDisconnected">
  1156. <summary>Gets a Boolean value that indicates whether this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object is disconnected from its <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> object.</summary>
  1157. <returns>The value is True if the PublishingPage is disconnected from its PageLayout. Otherwise, set to False.</returns>
  1158. </member>
  1159. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Label">
  1160. <summary>Gets the VariationLabel in whose hierarchy this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object is situated.</summary>
  1161. <returns>The VariationLabel that is associated with the PublishingPage. Returns null if the PublishingWeb is not a VariationPublishingPage.</returns>
  1162. </member>
  1163. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.LastModifiedBy">
  1164. <summary>Gets the SPUser object that represents the user who last modified this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1165. <returns>The SPUser object that represents the user who last modified this PublishingPage object</returns>
  1166. </member>
  1167. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.LastModifiedDate">
  1168. <summary>Gets the Coordinated Universal Time (UTC) when this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object was last modified</summary>
  1169. <returns>The Coordinated Universal Time (UTC) when this PublishingPage was last modified</returns>
  1170. </member>
  1171. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Layout">
  1172. <summary>Gets and sets the PageLayout for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1173. <returns>The PageLayout for this PublishingPage object.</returns>
  1174. <exception cref="System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1175. <exception cref="System.ArgumentException">PageLayout.AssociatedContentType does not match the PublishingPage.ContentType</exception>
  1176. <exception cref="System.ArgumentNullException">Indicates that the value being set was null, which is invalid.</exception>
  1177. </member>
  1178. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.LocalContactEmail">
  1179. <summary>Gets or sets the e-mail of the local contact for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1180. <returns>The e-mail of the local contact for the PublishingPage.</returns>
  1181. <exception cref="System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1182. <exception cref="System.ArgumentException">Invalid property value. The value cannot exceed 255 characters.</exception>
  1183. <exception cref="System.ArgumentNullException">Indicates that the value being set was null, which is invalid.</exception>
  1184. </member>
  1185. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.LocalContactImage">
  1186. <summary>Gets or sets a URL that refers to an image that is associated with the local contact for the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1187. <returns>A URL that refers to an image that is associated with the local contact for the PublishingPage.</returns>
  1188. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1189. <exception cref="System.ArgumentNullException">Indicates that the value being set was null, which is invalid.</exception>
  1190. </member>
  1191. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.LocalContactName">
  1192. <summary>Gets or sets a name that identifies the local contact of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1193. <returns>A name that identifies the local contact of this PublishingPage object.</returns>
  1194. <exception cref="System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1195. <exception cref="System.ArgumentNullException">Indicates that the value being set is null, which is invalid.</exception>
  1196. <exception cref="System.ArgumentException">Invalid property value. The value cannot exceed 255 characters.</exception>
  1197. </member>
  1198. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Name">
  1199. <summary>Gets the URL name for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1200. <returns>The URL name for this PublishingPage object.</returns>
  1201. </member>
  1202. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ReviewRequestInterval">
  1203. <summary>Gets or sets the interval between content review request notifications.</summary>
  1204. <returns>An integer specifying the content review request notification interval.Exception typeCondition<see cref="System.UnauthorizedAccessException"></see>The current user does not have sufficient permissions to perform this action.<see cref="System.ArgumentException"></see>ReviewRequestInterval cannot be negative or greater than 99.</returns>
  1205. </member>
  1206. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ReviewRequestIntervalUnit">
  1207. <summary>Gets or sets the unit of time used by the content review request notification interval.</summary>
  1208. <returns>An interval unit that specifies the unit of time for the content review request notification interval.</returns>
  1209. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1210. </member>
  1211. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ReviewRequestTimeSpan">
  1212. <summary>Gets the span of time between content review request notifications.</summary>
  1213. <returns>The TimeSpan specifying the content review request notification interval</returns>
  1214. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1215. </member>
  1216. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ScheduleEndNotificationInterval">
  1217. <summary>Gets or sets the interval of time before end of schedule notifications are sent.</summary>
  1218. <returns>An integer specifying the end of schedule notification interval.</returns>
  1219. <exception cref="System.ArgumentException">ScheduleEndInterval cannot be negative or greater than 99.</exception>
  1220. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1221. </member>
  1222. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ScheduleEndNotificationIntervalUnit">
  1223. <summary>Gets or sets the unit of time used for the <see cref="P:Microsoft.SharePoint.Publishing.ScheduledItem.EndDate"></see> schedule notification interval.</summary>
  1224. <returns>An interval unit that specifies the unit of time for the interval.</returns>
  1225. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action</exception>
  1226. </member>
  1227. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.ScheduleEndNotificationTimeSpan">
  1228. <summary>Gets the span of time prior to the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object's <see cref="P:Microsoft.SharePoint.Publishing.ScheduledItem.EndDate"></see> that the end-of-schedule e-mail notification is sent.</summary>
  1229. <returns>TimeSpan that represents the time period, before the PublishingPage's EndDate, that the end-of-schedule e-mail notification is sent.</returns>
  1230. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1231. </member>
  1232. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Title">
  1233. <summary>Gets or sets the Title that is displayed for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1234. <returns>The title that is displayed for this PublishingPage object.</returns>
  1235. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1236. <exception cref="System.ArgumentException">Invalid property value. The value cannot exceed 255 characters.</exception>
  1237. <exception cref="System.ArgumentNullException">Indicates that the value being set was null, which is invalid.</exception>
  1238. </member>
  1239. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Uri">
  1240. <summary>Gets the Uniform Resource Identifier (URI) for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1241. <returns>The URI for this PublishingPage.</returns>
  1242. </member>
  1243. <member name="P:Microsoft.SharePoint.Publishing.PublishingPage.Url">
  1244. <summary>Gets the server-relative URL for <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  1245. <returns>The server-relative URL for this PublishingPage.</returns>
  1246. </member>
  1247. <member name="T:Microsoft.SharePoint.Publishing.PublishingPageCollection">
  1248. <summary>A collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects.</summary>
  1249. </member>
  1250. <member name="M:Microsoft.SharePoint.Publishing.PublishingPageCollection.Add(System.String,Microsoft.SharePoint.Publishing.PageLayout)">
  1251. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> in the PublishingPageCollection of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1252. <returns>The newly created PublishingPage.</returns>
  1253. <param name="name">URL name of the new <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see>.</param>
  1254. <param name="layout"><see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> instance that is used to render the new <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see>.</param>
  1255. <exception cref="System.ArgumentNullException">One of the input parameters is null.</exception>
  1256. <exception cref="System.UnauthorizedAccessException">Current user does not have sufficient permissions to perform this action.</exception>
  1257. <exception cref="System.IO.DirectoryNotFoundException">There is a problem with the name parameter.</exception>
  1258. <exception cref="Microsoft.SharePoint.SPException">File with the name x already exists. It was last modified by y on z.</exception>
  1259. <exception cref="System.ArgumentException">Invalid extension for <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> URL name. PublishingPage URL names must have the file extension .aspx.</exception>
  1260. <exception cref="Microsoft.SharePoint.SPException">File or folder name x contains characters that are not permitted. Use a different name.</exception>
  1261. <exception cref="System.ArgumentException">Invalid value. The value cannot be an empty string.</exception>
  1262. <exception cref="System.IO.PathTooLongException">Specified file or folder name is too long. The URL path for all files and folders must be 260 characters or fewer (and no more than 128 characters for any single file or folder name in the URL). Type a shorter file or folder name.</exception>
  1263. <exception cref="System.IO.FileLoadException">Another file with the same name already exists.</exception>
  1264. </member>
  1265. <member name="M:Microsoft.SharePoint.Publishing.PublishingPageCollection.Add(System.String,Microsoft.SharePoint.SPFile,System.Guid,Microsoft.SharePoint.Publishing.PageConversionPriority)">
  1266. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> in the PublishingPageCollection of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> by converting a source document.</summary>
  1267. <returns>The newly created PublishingPage.</returns>
  1268. <param name="fileToConvert">File to convert to get the page content.</param>
  1269. <param name="newPageName">Name of the new PublishingPage.</param>
  1270. <param name="priority"><see cref="T:Microsoft.SharePoint.Publishing.PageConversionPriority"></see> enumeration for the conversion. </param>
  1271. <param name="transformerId">Document transformer ID to use for the conversion.</param>
  1272. <exception cref="T:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException">If the conversion fails or encounters problems that cause the converter to throw. For example, this exception appears when embedded images get dropped. This exception should always be caught by the caller.If the PublishingPage member of the thrown exception is not null, the issue that causes the exception is a converter warning, and the page can be used with the caveat that it may have potentially significant fidelity issues, depending on the converter warning.</exception>
  1273. </member>
  1274. <member name="M:Microsoft.SharePoint.Publishing.PublishingPageCollection.Add(System.String,Microsoft.SharePoint.SPFile,System.Guid,System.String,Microsoft.SharePoint.Publishing.PageConversionPriority)">
  1275. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> in the PublishingPageCollection of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> b by converting a source document according to the settings that are passed.</summary>
  1276. <returns>The newly created PublishingPage.</returns>
  1277. <param name="fileToConvert">File to convert to get the page content.</param>
  1278. <param name="newPageName">Name of the new PublishingPage.</param>
  1279. <param name="priority">Priority level for the conversion. 0 indicates that the conversion happens immediately.</param>
  1280. <param name="configXml">Settings to use for the conversion.</param>
  1281. <param name="transformerId">Document transformer ID to use for the conversion.</param>
  1282. <exception cref="T:Microsoft.SharePoint.Publishing.DocumentToPublishingPageConversionException">If the conversion fails or encounters problems that cause the converter to issue a warning, such as when embedded images get dropped, it throws this exception. This exception should always be caught by the caller.If the PublishingPage member of this exception is not null, the issue that caused the exception is a converter warning. The page can be used with the caveat that it has potentially significant fidelity issues, depending on the converter warning.</exception>
  1283. </member>
  1284. <member name="T:Microsoft.SharePoint.Publishing.PublishingSite">
  1285. <summary>Provides publishing behavior for an <see cref="T:Microsoft.SharePoint.SPSite"></see> object that supports publishing.</summary>
  1286. </member>
  1287. <member name="M:Microsoft.SharePoint.Publishing.PublishingSite.#ctor(Microsoft.SharePoint.SPSite)">
  1288. <summary>Constructs an instance of a <see cref="T:Microsoft.SharePoint.Publishing.PublishingSite"></see> object that wraps the given <see cref="T:Microsoft.SharePoint.SPSite"></see> object.</summary>
  1289. <param name="site">SPSite to retrieve a PublishingSite wrapper for.</param>
  1290. </member>
  1291. <member name="M:Microsoft.SharePoint.Publishing.PublishingSite.GetPageLayouts(System.Boolean)">
  1292. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects from the Master Page Gallery of the <see cref="P:Microsoft.SharePoint.SPWeb.RootWeb"></see> property.</summary>
  1293. <returns>A collection of PageLayout objects from the Master Page Gallery of the RootWeb property.</returns>
  1294. <param name="excludeObsolete">Boolean flag that indicates whether to exclude PageLayout objects that are marked as hidden.</param>
  1295. </member>
  1296. <member name="M:Microsoft.SharePoint.Publishing.PublishingSite.GetPageLayouts(Microsoft.SharePoint.SPContentType,System.Boolean)">
  1297. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects from the Master Page Gallery of the <see cref="P:Microsoft.SharePoint.SPWeb.RootWeb"></see> property that has a <see cref="P:Microsoft.SharePoint.Publishing.PageLayout.AssociatedContentType"></see> property that matches a specific <see cref="T:Microsoft.SharePoint.SPContentType"></see> object.</summary>
  1298. <returns>A collection of PageLayout objects from the Master Page Gallery of the RootWeb property that have an AssociatedContentType property that matches a specific SPContentType object.</returns>
  1299. <param name="associatedContentType">SPContentType object to match against the AssociatedContentType property values of the PageLayout objects returned in the collection.</param>
  1300. <param name="excludeObsolete">Boolean flag that indicates whether to exclude PageLayout objects that are marked as hidden.</param>
  1301. <exception cref="T:System.ArgumentNullException">Indicates that the associatedContentType parameter is null, which is invalid.</exception>
  1302. </member>
  1303. <member name="M:Microsoft.SharePoint.Publishing.PublishingSite.IsPublishingSite(Microsoft.SharePoint.SPSite)">
  1304. <summary>Checks the <see cref="T:Microsoft.SharePoint.SPSite"></see> object to determine whether it is also a <see cref="T:Microsoft.SharePoint.Publishing.PublishingSite"></see> object.</summary>
  1305. <returns>Set to True if the PublishingResources feature has been activated for the SPSite object; otherwise, set to False.</returns>
  1306. <param name="site">Site to be validated.</param>
  1307. <exception cref="T:System.ArgumentNullException">SPSite cannot be null.</exception>
  1308. </member>
  1309. <member name="P:Microsoft.SharePoint.Publishing.PublishingSite.ContentTypes">
  1310. <summary>Gets the collection of <see cref="T:Microsoft.SharePoint.SPWeb.SPContentType"></see> objects from the <see cref="T:Microsoft.SharePoint.SPSite.RootWeb"></see> property.</summary>
  1311. <returns>The collection of SPContentType objects from the RootWeb property.</returns>
  1312. </member>
  1313. <member name="P:Microsoft.SharePoint.Publishing.PublishingSite.PageLayouts">
  1314. <summary>Gets a collection of non-obsolete <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects from the Master Page Gallery of the <see cref="P:Microsoft.SharePoint.SPSite.RootWeb"></see> property.</summary>
  1315. <returns>A collection of PageLayout objects from the Master Page Gallery of the RootWeb property.</returns>
  1316. </member>
  1317. <member name="P:Microsoft.SharePoint.Publishing.PublishingSite.RootWeb">
  1318. <summary>Gets the root <see cref="T:Microsoft.SharePoint.SPWeb"></see> of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingSite"></see> object.</summary>
  1319. <returns>The root SPWeb of this PublishingSite object.</returns>
  1320. </member>
  1321. <member name="P:Microsoft.SharePoint.Publishing.PublishingSite.Site">
  1322. <summary>Retrieves the <see cref="T:Microsoft.SharePoint.SPSite"></see> object that is wrapped by this <see cref="T:Microsoft.SharePoint.Publishing.PublishingSite"></see> instance.</summary>
  1323. <returns>The SPSite that is wrapped by this PublishingSite instance.</returns>
  1324. </member>
  1325. <member name="T:Microsoft.SharePoint.Publishing.PublishingSoapException">
  1326. <summary>Represents the exception that is thrown when an error involving a SOAP operation occurs.</summary>
  1327. </member>
  1328. <member name="M:Microsoft.SharePoint.Publishing.PublishingSoapException.MakeSoapException(System.String,System.Xml.XmlQualifiedName)">
  1329. <summary>Creates a SOAP exception object.</summary>
  1330. <returns>A PublishingSoapException object.</returns>
  1331. <param name="message">The error message that explains the reason for the exception.</param>
  1332. <param name="code">XmlQualifiedName</param>
  1333. </member>
  1334. <member name="M:Microsoft.SharePoint.Publishing.PublishingSoapException.ThrowSoapException(System.String,System.Int32)">
  1335. <summary>Throws a SOAP exception.</summary>
  1336. <param name="errorCode">The error code for the exception.</param>
  1337. <param name="errorMessage">The error message that explains the reason for the exception.</param>
  1338. </member>
  1339. <member name="P:Microsoft.SharePoint.Publishing.PublishingSoapException.StackTrace">
  1340. <summary>Returns the stack trace at the time of the exception.</summary>
  1341. <returns>A string representing the stack trace at the time of the exception.</returns>
  1342. </member>
  1343. <member name="T:Microsoft.SharePoint.Publishing.PublishingWeb">
  1344. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> class provides publishing behavior for an <see cref="T:Microsoft.SharePoint.SPWeb"></see> instance that supports publishing. This class cannot be inherited.</summary>
  1345. </member>
  1346. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.AllowAllPageLayouts(System.Boolean)">
  1347. <summary>Resets the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see>objects on this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> to the complete set of layouts.</summary>
  1348. <param name="resetAllSubsitesToInherit">This Boolean parameter indicates whether the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects are pushed down to all subsites.</param>
  1349. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1350. </member>
  1351. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.AllowAllWebTemplates(System.Boolean)">
  1352. <summary>Resets the available Web templates on this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object to the complete set of Web templates.</summary>
  1353. <param name="resetAllSubsitesToInherit">This Boolean parameter indicates whether the available Web templates should be pushed down to all subsites.</param>
  1354. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1355. <exception cref="Microsoft.SharePoint.SPException">The available Web template property pushdown failed for some Web sites.</exception>
  1356. </member>
  1357. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.Close">
  1358. <summary>Closes the wrapped <see cref="T:Microsoft.SharePoint.SPWeb"></see> object if it was instantiated internally.</summary>
  1359. </member>
  1360. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.Delete">
  1361. <summary>Deletes the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1362. </member>
  1363. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.Delete(System.Boolean)">
  1364. <summary>Deletes the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance and potentially all sites in the subtree with a node in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1365. <param name="recursive">Set this parameter to True if you want a recursive delete. Otherwise, set to False.</param>
  1366. </member>
  1367. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.ExcludeFromNavigation(System.Boolean,System.Guid)">
  1368. <summary>Explicitly excludes a subsite or page from navigation.</summary>
  1369. <param name="useGlobal">A Boolean value that controls whether global or current navigation is affected. Set to True to exclude the subsite from Global Navigation. Set to False to exclude the subsite from current navigation.</param>
  1370. <param name="item">GUID representing the ID of the item to exclude.</param>
  1371. </member>
  1372. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailableCrossLanguageWebTemplates">
  1373. <summary>Returns the cross-language Web templates available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1374. <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection"></see> collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate"></see> objects available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>, regardless of language.</returns>
  1375. </member>
  1376. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailablePageLayouts">
  1377. <summary>Returns the <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects available for creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1378. <returns>An array of <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see>s available for creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1379. </member>
  1380. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailablePageLayouts(Microsoft.SharePoint.SPContentTypeId)">
  1381. <summary>Returns the <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects available for creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object, filtered by an associated <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> object.</summary>
  1382. <returns>An array of <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects available for creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>, filtered by an associated content type.</returns>
  1383. <param name="associatedContentTypeId">The associated <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> by which to filter the <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects.</param>
  1384. </member>
  1385. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailableWebTemplates(System.UInt32)">
  1386. <summary>Returns the Web templates available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1387. <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection"></see> collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate"></see> objects available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> for a given locale. This includes any Web templates specified as cross-language by the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.SetAvailableCrossLanguageTemplates(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.SPWebTemplate},System.UInt32,System.Boolean)"></see> method if they are available for the specified lcid.</returns>
  1388. <param name="lcid">Locale ID of the Web templates to be retrieved.</param>
  1389. </member>
  1390. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPagesListId(Microsoft.SharePoint.SPWeb)">
  1391. <summary>The ID of the pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1392. <returns>The ID of the pages list.</returns>
  1393. <param name="web">The Web for which to get the pages list.</param>
  1394. </member>
  1395. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPagesListName(Microsoft.SharePoint.SPWeb)">
  1396. <summary>The URL name of the pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1397. <returns>The URL Name of the pages list.</returns>
  1398. <param name="web">The Web for which to get the name.</param>
  1399. </member>
  1400. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingPages">
  1401. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects contained in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1402. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection containing <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1403. <exception cref="Microsoft.SharePoint.Publishing.InvalidPublishingWebException">The site is not valid. The 'Pages' document library is missing.</exception>
  1404. </member>
  1405. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingPages(Microsoft.SharePoint.SPQuery)">
  1406. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects contained in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1407. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection containing <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>, based on the query argument.</returns>
  1408. <param name="query">The <see cref="T:Microsoft.SharePoint.SPQuery"></see> object to use when retrieving the collection.</param>
  1409. <exception cref="Microsoft.SharePoint.Publishing.InvalidPublishingWebException">The site is not valid. The Pages document library is missing.</exception>
  1410. <exception cref="System.ArgumentNullException">The value cannot be set to null.</exception>
  1411. <exception cref="Microsoft.SharePoint.SPException">The collection retrieval failed. The CAML query may be invalid.</exception>
  1412. </member>
  1413. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingPages(System.String)">
  1414. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects contained in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1415. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection containing <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>, based on the camQueryXml argument.</returns>
  1416. <param name="camlQueryXml">The CAML query XML parameter that is used to determine the sort order, filtering, and other properties for the PublishingPageCollection objects that have been retrieved.</param>
  1417. <exception cref="System.ArgumentNullException">The camlQueryXml parameter is null.</exception>
  1418. <exception cref="Microsoft.SharePoint.Publishing.InvalidPublishingWebException">The site is not valid. The 'Pages' document library is missing.</exception>
  1419. <exception cref="Microsoft.SharePoint.SPException">The collection retrieval failed. The CAML query may be invalid.</exception>
  1420. </member>
  1421. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingPages(System.UInt32)">
  1422. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects contained in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1423. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection containing the first n<see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects in the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> where n is the rowLimit value</returns>
  1424. <param name="rowLimit">The maximum number of items (rows) to return each time the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection is retrieved.</param>
  1425. <exception cref="Microsoft.SharePoint.Publishing.InvalidPublishingWebException">The site is not valid. The 'Pages' document library is missing.</exception>
  1426. </member>
  1427. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingPages(System.String,System.UInt32)">
  1428. <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects that are contained in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1429. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> containing the first n<see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb class"></see>, where n is the rowLimit value sorted and filtered based on the camlQueryXml argument.</returns>
  1430. <param name="camlQueryXml">The CAML query XML that is used to determine sort order, filtering, and other properties for the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> collection.</param>
  1431. <param name="rowLimit">The maximum number of items (rows) to return each time the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPageCollection"></see> is retrieved.</param>
  1432. <exception cref="Microsoft.SharePoint.Publishing.InvalidPublishingWebException">The site is not valid. The 'Pages' document library is missing.</exception>
  1433. <exception cref="Microsoft.SharePoint.SPException">The collection retrieval failed. The CAML query may be invalid.</exception>
  1434. </member>
  1435. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingWeb(Microsoft.SharePoint.SPWeb)">
  1436. <summary>Static method to retrieve an instance of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> that wraps the specified <see cref="T:Microsoft.SharePoint.SPWeb"></see> object.</summary>
  1437. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance which wraps the <see cref="T:Microsoft.SharePoint.SPWeb"></see> class.</returns>
  1438. <param name="web">The <see cref="T:Microsoft.SharePoint.SPWeb"></see> object to wrap in a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance. </param>
  1439. </member>
  1440. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetPublishingWebs">
  1441. <summary>Returns child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> objects immediately below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1442. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingWebCollection"></see> collection with all child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> objects immediately below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1443. </member>
  1444. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetVariation(Microsoft.SharePoint.Publishing.VariationLabel)">
  1445. <summary>Get the peer Variation Publishing Web of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object for the given varlabel.</summary>
  1446. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object that is a Variation peer of the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> in the requested varlabel.</returns>
  1447. <param name="varlabel">The Variation Label used to search for the Variation peer <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> of the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</param>
  1448. </member>
  1449. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetVariationUrlFromSourceUrl(System.String)">
  1450. <summary>Returns the current Variation URL for the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object for a specific source PublishingWeb location.</summary>
  1451. <returns>The corresponding URL of the sourceUrl in the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1452. <param name="sourceUrl">The source <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> URL.</param>
  1453. </member>
  1454. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.IncludeInNavigation(System.Boolean,System.Guid)">
  1455. <summary>Explicitly includes a subsite or a page in navigation.</summary>
  1456. <param name="useGlobal">Boolean value that controls whether Global or Current navigation is affected. Set to True to exclude the item from Global Navigation. Set to False to exclude from Current Navigation.</param>
  1457. <param name="item">The GUID that represents the ID of the item to include.</param>
  1458. </member>
  1459. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.InheritAvailablePageLayouts">
  1460. <summary>Sets the PageLayouts available on this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object to be inherited from the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1461. <exception cref="System.InvalidOperationException">The root site cannot inherit properties.</exception>
  1462. </member>
  1463. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.InheritAvailableWebTemplates">
  1464. <summary>Available Web templates that are associated with this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object and that are inherited from the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> class.</summary>
  1465. <exception cref="System.InvalidOperationException">The root site cannot inherit properties.</exception>
  1466. </member>
  1467. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.IsPublishingWeb(Microsoft.SharePoint.SPWeb)">
  1468. <summary>Checks the <see cref="T:Microsoft.SharePoint.SPWeb"></see> object to verify whether it is a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1469. <returns>Set to True if the <see cref="T:Microsoft.SharePoint.SPWeb"></see> class supports being wrapped in a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance. Otherwise, it is set to False.</returns>
  1470. <param name="web">The <see cref="T:Microsoft.SharePoint.SPWeb"></see> object to be validated.</param>
  1471. <exception cref="System.ArgumentNullException">The <see cref="T:Microsoft.SharePoint.SPWeb"></see> cannot be null.</exception>
  1472. </member>
  1473. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.SetAvailableCrossLanguageWebTemplates(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.SPWebTemplate},System.Boolean)">
  1474. <summary>Specifies the cross-language Web templates that are available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1475. <param name="webTemplates">A collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate"></see> objects.</param>
  1476. <param name="resetAllSubsitesToInherit">This Boolean parameter indicates whether the available Web templates should be pushed down to all subsites.</param>
  1477. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1478. </member>
  1479. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.SetAvailablePageLayouts(Microsoft.SharePoint.Publishing.PageLayout[],System.Boolean)">
  1480. <summary>Specifies <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects that are available for use in creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1481. <param name="pageLayouts">An array of <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects that are available for use in creating <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects within this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</param>
  1482. <param name="resetAllSubsitesToInherit">This Boolean parameter indicates whether the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects should be pushed down to all subsites.</param>
  1483. </member>
  1484. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.SetAvailableWebTemplates(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.SPWebTemplate},System.UInt32,System.Boolean)">
  1485. <summary>Specifies the Web templates that are available for creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object for a specific locale</summary>
  1486. <param name="webTemplates">A List of <see cref="T:Microsoft.SharePoint.SPWebTemplate"></see> objects that are available for use in creating subsites below this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> class.</param>
  1487. <param name="resetAllSubsitesToInherit">This Boolean parameter indicates whether the available Web templates should be pushed down to all subsites.</param>
  1488. <param name="lcid">The locale ID that is related to the specified Web templates.</param>
  1489. </member>
  1490. <member name="M:Microsoft.SharePoint.Publishing.PublishingWeb.Update">
  1491. <summary>Saves changes to this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1492. </member>
  1493. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.AlternateCssUrl">
  1494. <summary>Gets the URL that points to the alternate Cascading Style Sheet (CSS) file for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1495. <returns>URL that points to the alternate CSS file associated with this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1496. </member>
  1497. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.AnonymousPageCacheProfileId">
  1498. <summary>Gets or sets the ID of the ASP.NET output cache profile for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1499. <returns>An integer representing the ID of the cache profile. A value of -1 indicates that the profile should be inherited from a parent PublishingWeb object if possible.</returns>
  1500. </member>
  1501. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Audience">
  1502. <summary>Gets or sets a string representing the audience whom this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> targets.</summary>
  1503. <returns>A string representing the audience whom this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> targets.To save changes after setting this property, call the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.Update"></see> method.</returns>
  1504. </member>
  1505. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.AuthenticatedPageCacheProfileId">
  1506. <summary>Gets or sets the ID of the authenticated page output cache profile for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1507. <returns>An integer representing the ID of the cache profile. A value of -1 indicates that the profile should be inherited from a parent PublishingWeb object if possible.</returns>
  1508. </member>
  1509. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.CreatedBy">
  1510. <summary>Gets the <see cref="T:Microsoft.SharePoint.SPUser"></see> who created this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1511. <returns>The <see cref="T:Microsoft.SharePoint.SPUser"></see> who created this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1512. </member>
  1513. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.CreatedDate">
  1514. <summary>Gets the date and time that this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> was created.</summary>
  1515. <returns>The date and time that this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> was created.</returns>
  1516. </member>
  1517. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.CurrentNavigationNodes">
  1518. <summary>Collection of SPNavigation nodes in the current <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection"></see> object.</summary>
  1519. <returns>An SPNavigationNodeCollection object that contains nodes from the Microsoft Windows SharePoint Services 3.0 Quick Launch.</returns>
  1520. </member>
  1521. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.CustomMasterUrl">
  1522. <summary>Gets the custom master URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1523. <returns>The custom master URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1524. </member>
  1525. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.DefaultDefaultPageName">
  1526. <summary>Gets the default URL name for the Welcome page for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1527. <returns>The default URL name of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.object's Welcome page.</returns>
  1528. </member>
  1529. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.DefaultPage">
  1530. <summary>Gets and sets the Welcome page for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1531. <returns>The <see cref="T:Microsoft.SharePoint.SPFile"></see> instance that is used as the Welcome page for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1532. <exception cref="System.ArgumentNullException">The value cannot be set to null.</exception>
  1533. <exception cref="System.ArgumentException">The <see cref="T:Microsoft.SharePoint.SPFile"></see> must exist in this site.</exception>
  1534. </member>
  1535. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.DefaultPagesListName">
  1536. <summary>Gets the default URL name that is used for the pages list in the existing locale for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1537. <returns>The default URL name that is used for the pages list in the existing locale.</returns>
  1538. </member>
  1539. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Description">
  1540. <summary>Gets or sets the description string for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1541. <returns>The description string for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1542. </member>
  1543. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.GlobalNavigationNodes">
  1544. <summary>A collection of <see cref="T:Microsoft.SharePoint.SPNavigationNode"></see> objects included in global navigation.</summary>
  1545. <returns>An SPNavigationNodeCollection collection from the Microsoft Windows SharePoint Services 3.0 top navigation bar.</returns>
  1546. </member>
  1547. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IncludeInCurrentNavigation">
  1548. <summary>Controls whether this Web site is included by PortalSiteMapProvider objects that have NavigationType set to "Current".</summary>
  1549. <returns>A Boolean value that represents whether this Web site is included.The default value is True. The property is set to True if the PublishingWeb object should be included; otherwise, it is set to False.</returns>
  1550. </member>
  1551. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IncludeInGlobalNavigation">
  1552. <summary>Controls whether this Web site is included by PortalSiteMapProvider objects that have NavigationType set to "Global".</summary>
  1553. <returns>A Boolean value that represents whether this Web site is included.This property defaults to True. It is set to True if the PublishingWeb object should be included; otherwise, it is set to False.</returns>
  1554. </member>
  1555. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IncludePagesInNavigation">
  1556. <summary>Determines whether to automatically include pages in navigation.</summary>
  1557. <returns>Boolean value representing whether to automatically include pages in navigation.Set to True if the <see cref="T:Microsoft.SharePoint.PublishingPage"></see>s of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> should appear in navigation; otherwise, set to False.</returns>
  1558. </member>
  1559. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IncludeSubSitesInNavigation">
  1560. <summary>Determines whether to automatically include subsites, or any type of SPWeb object, in navigation.</summary>
  1561. <returns>Boolean value that represents whether to automatically include subsites in navigation.Set to True if the subsites of this Web should appear in navigation; otherwise, set to False.</returns>
  1562. </member>
  1563. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.InheritGlobalNavigation">
  1564. <summary>Controls whether this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object should display its own global navigation or should use the global navigation of its parent.</summary>
  1565. <returns>Boolean value that represents whether this Web should inherit its global navigation.Set to True if the parent of this PublishingWeb object should be used as the root for the global navigation; otherwise, it is set to False.</returns>
  1566. </member>
  1567. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IsAllowingAllPageLayouts">
  1568. <summary>Gets a Boolean value that indicates whether the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects that are returned by the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailablePageLayouts"></see> method are the complete set of page layouts.</summary>
  1569. <returns>Set to True if the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> is the complete set; otherwise, it is set to False.</returns>
  1570. </member>
  1571. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IsAllowingAllWebTemplates">
  1572. <summary>Gets a Boolean value that indicates whether the available Web templates that are returned by the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailableWebTemplates"></see> method are the complete set.</summary>
  1573. <returns>Set to True if the available Web templates for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object are the complete set; otherwise, it is set to False.</returns>
  1574. </member>
  1575. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IsInheritingAvailablePageLayouts">
  1576. <summary>Gets a Boolean value that indicates whether the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects that are returned by the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailablePageLayouts"></see>method are inherited from the parent <see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1577. <returns>Set to True if the available <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see> objects for this <see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object are inherited from the parent <see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb"></see>. Otherwise, it is set to False.</returns>
  1578. </member>
  1579. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IsInheritingAvailableWebTemplates">
  1580. <summary>Gets a Boolean value that indicates whether the available Web templates that are returned by the <see cref="M:Microsoft.SharePoint.Publishing.PublishingWeb.GetAvailableWebTemplates"></see> method are inherited from the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</summary>
  1581. <returns>Set to True if the available Web templates for <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> are inherited from the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>; otherwise, it is set to False.</returns>
  1582. </member>
  1583. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.IsRoot">
  1584. <summary>Gets a Boolean value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object is the root <see cref="T:Microsoft.SharePoint.SPWeb"></see> object.</summary>
  1585. <returns>Set to True if this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> is the root <see cref="T:Microsoft.SharePoint.SPWeb"></see> object; otherwise, it is set to False.</returns>
  1586. </member>
  1587. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Label">
  1588. <summary>Gets the <see cref="T:Microsoft.SharePoint.Publishing.VariationLabel"></see> object in whose hierarchy this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object is situated.</summary>
  1589. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.VariationLabel"></see> that is associated with this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>. </returns>
  1590. </member>
  1591. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.LastModifiedDate">
  1592. <summary>Gets the date and time that an item in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object was last modified.</summary>
  1593. <returns>The date and time that an item in this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object was last modified.</returns>
  1594. </member>
  1595. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.MasterUrl">
  1596. <summary>Gets the master URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1597. <returns>The master URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1598. </member>
  1599. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Name">
  1600. <summary>Gets or sets the URL name of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1601. <returns>The URL name of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1602. </member>
  1603. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.NavigationAutomaticSortingMethod">
  1604. <summary>Controls the property to use when automatically sorting navigation items owned by this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1605. <returns>An <see cref="T:Microsoft.SharePoint.Publishing.AutomaticSortingMethod"></see> that represents a specific, automatic sorting method.</returns>
  1606. </member>
  1607. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.NavigationOrderingMethod">
  1608. <summary>Controls the ordering of navigation items owned by this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1609. <returns><see cref="T:Microsoft.SharePoint.Publishing.OrderingMethod"></see> that represents a specific ordering method.</returns>
  1610. </member>
  1611. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.NavigationShowSiblings">
  1612. <summary>Controls whether this Web site should display siblings of the current Web site in current navigation.</summary>
  1613. <returns>Boolean value that represents whether this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> should display siblings.Defaults to True for PublishingWeb objects.Defaults to False for most other types of Webs.</returns>
  1614. </member>
  1615. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.NavigationSortAscending">
  1616. <summary>Gets or sets a Boolean value that indicates whether navigation of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object is sorted in ascending or descending order.</summary>
  1617. <returns>Set to True if this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object should be included in ascending sort order; otherwise, set to False.</returns>
  1618. </member>
  1619. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.PagesList">
  1620. <summary>Gets the pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1621. <returns>The pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1622. </member>
  1623. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.PagesListId">
  1624. <summary>Gets or sets the ID of the pages list in which the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>object.</summary>
  1625. <returns>The ID of the pages list in which the <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>object.</returns>
  1626. </member>
  1627. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.PagesListName">
  1628. <summary>Gets or sets the URL name of the pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>object.</summary>
  1629. <returns>The URL name of the pages list in which <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> objects are stored for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>object.</returns>
  1630. </member>
  1631. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.ParentPublishingWeb">
  1632. <summary>Gets the parent <see cref="T:Microsoft.SharePoint.SPWeb"></see> object as a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>instance.</summary>
  1633. <returns>The parent <see cref="T:Microsoft.SharePoint.SPWeb"></see> object as a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>instance.</returns>
  1634. </member>
  1635. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Title">
  1636. <summary>Gets or sets the title of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1637. <returns>The title of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1638. </member>
  1639. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Uri">
  1640. <summary>Gets the URI of this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1641. <returns>The URI of the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1642. </member>
  1643. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Url">
  1644. <summary>Gets the URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</summary>
  1645. <returns>URL for this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>.</returns>
  1646. </member>
  1647. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.VariationPublishingWebUrls">
  1648. <summary>Gets a collection of URLs of the variant publishing Webs associated with this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object</summary>
  1649. <returns>A collection of URLs of the variant publishing Webs associated with this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</returns>
  1650. </member>
  1651. <member name="P:Microsoft.SharePoint.Publishing.PublishingWeb.Web">
  1652. <summary>Gets the <see cref="T:Microsoft.SharePoint.SPWeb"></see> object that is wrapped by this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance.</summary>
  1653. <returns>The <see cref="T:Microsoft.SharePoint.SPWeb"></see> that is wrapped by this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> instance.</returns>
  1654. </member>
  1655. <member name="T:Microsoft.SharePoint.Publishing.PublishingWebCollection">
  1656. <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> objects.</summary>
  1657. </member>
  1658. <member name="M:Microsoft.SharePoint.Publishing.PublishingWebCollection.Add(System.String)">
  1659. <summary>Creates a child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object in the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object of this collection.</summary>
  1660. <returns>A child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object in the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object of this collection.</returns>
  1661. <param name="newPublishingWebUrl"><see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb.Name"></see> property for the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object to be created. This parameter maps directly to the syntax for the <see cref="T:Microsoft.SharePoint.SPWebCollection.Add(System.String)"></see> object. The URL should not have a leading slash. The URL string should be site-relative.</param>
  1662. <exception cref="System.ArgumentNullException">The newPublishingWebUrl parameter must not be null or empty.</exception>
  1663. </member>
  1664. <member name="M:Microsoft.SharePoint.Publishing.PublishingWebCollection.Add(System.String,System.UInt32,System.String)">
  1665. <summary>Creates a child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object based on the specified Web template.</summary>
  1666. <returns>A child <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object based on the specified Web template. </returns>
  1667. <param name="webTemplateName">Represents the site definition.</param>
  1668. <param name="newPublishingWebUrl">The <see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb.Name"></see> property for the new <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object that is to be created. The property maps directly to the syntax for the <see cref="M:Microsoft.SharePoint.SPWebCollection.Add"></see> method. The URL should not have a leading slash. The URL string should be site-relative.</param>
  1669. <param name="languageId">An unsigned 32-bit integer that specifies the locale ID.</param>
  1670. <exception cref="System.ArgumentNullException">The parameter cannot accept a null value.</exception>
  1671. </member>
  1672. <member name="M:Microsoft.SharePoint.Publishing.PublishingWebCollection.Delete(System.String)">
  1673. <summary>Deletes a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object with the given URL from the parent <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see>object of this collection.</summary>
  1674. <param name="url">Represents the site-relative URL to the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object.</param>
  1675. <exception cref="System.ArgumentNullException">The url parameter cannot be null or empty.</exception>
  1676. </member>
  1677. <member name="P:Microsoft.SharePoint.Publishing.PublishingWebCollection.Item(System.Int32)">
  1678. <summary>Uses a zero-based integer index to get a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object from this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWebCollection"></see> object.</summary>
  1679. <returns>The PublishingWeb object to which the specified index parameter refers.</returns>
  1680. <param name="index">A zero-based integer index used to retrieve a PublishingWeb object.</param>
  1681. <exception cref="System.ArgumentOutOfRangeException">Index is less than zero or greater than or equal to Count.</exception>
  1682. </member>
  1683. <member name="P:Microsoft.SharePoint.Publishing.PublishingWebCollection.Item(System.String)">
  1684. <summary>Gets a <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object from this <see cref="T:Microsoft.SharePoint.Publishing.PublishingWebCollection"></see> object using a string index.</summary>
  1685. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object with the specific name or null (Nothing in Visual Basic) if no such object exists.</returns>
  1686. <param name="index"><see cref="P:Microsoft.SharePoint.Publishing.PublishingWeb.Name"></see> property of the PublishingWeb to retrieve.</param>
  1687. <exception cref="System.ArgumentOutOfRangeException">index parameter is invalid.</exception>
  1688. </member>
  1689. <member name="T:Microsoft.SharePoint.Publishing.QueryBasedCollection`1">
  1690. <summary>Collection base class that provides data paging support for large collections and querying support such as sorting and filtering.</summary>
  1691. </member>
  1692. <member name="M:Microsoft.SharePoint.Publishing.QueryBasedCollection`1.QueryNext">
  1693. <summary>Advances the collection to the next subset of paged data.</summary>
  1694. <returns>True if a new set of paged data is retrieved; otherwise, false, which means that there is no remaining paged data available.</returns>
  1695. </member>
  1696. <member name="P:Microsoft.SharePoint.Publishing.QueryBasedCollection`1.Item(System.Guid)">
  1697. <summary>Retrieves an item by its unique ID.</summary>
  1698. <returns>The item matching the unique ID.</returns>
  1699. <param name="uniqueId">Unique ID of a list item.</param>
  1700. <exception cref="T:System.ArgumentException">UniqueId is invalid.</exception>
  1701. <exception cref="T:System.ArgumentNullException">UniqueId parameter cannot be null.</exception>
  1702. </member>
  1703. <member name="P:Microsoft.SharePoint.Publishing.QueryBasedCollection`1.Item(System.String)">
  1704. <summary>Retrieves an item by its Web-relative URL.</summary>
  1705. <returns>The item located by the Web-relative URL, or null if the value cannot be found.</returns>
  1706. <param name="webRelativeUrl">String that indicates the Web-relative URL of the item.</param>
  1707. <exception cref="T:System.ArgumentException">webRelativeUrl parameter cannot be null or an empty string.</exception>
  1708. <exception cref="T:System.ArgumentException">webRelativeUrl is invalid.</exception>
  1709. </member>
  1710. <member name="P:Microsoft.SharePoint.Publishing.QueryBasedCollection`1.RowLimit">
  1711. <summary>Gets the maximum number of items that can be contained in a collection that is using data paging.</summary>
  1712. <returns>The maximum number of items that can be contained in a collection that is using data paging.</returns>
  1713. </member>
  1714. <member name="T:Microsoft.SharePoint.Publishing.ScheduledItem">
  1715. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> class provides a wrapper that includes scheduling-specific behavior for items in the <see cref="T:Microsoft.SharePoint.SPListItem"></see> class.</summary>
  1716. </member>
  1717. <member name="M:Microsoft.SharePoint.Publishing.ScheduledItem.GetScheduledItem(Microsoft.SharePoint.SPListItem)">
  1718. <summary>Static method to retrieve an instance of the <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> class that wraps the specified <see cref="T:Microsoft.SharePoint.SPListItem"></see> class.</summary>
  1719. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> instance that wraps the specified SPListItem</returns>
  1720. <param name="sourceListItem">The SPListItem to wrap in a <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> instance</param>
  1721. <exception cref="System.ArgumentNullException">The sourceListItem parameter cannot be null.</exception>
  1722. <exception cref="System.ArgumentException">Invalid <see cref="T:Microsoft.SharePoint.SPListItem"></see>. The SPListItem provided is not compatible with a <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see>. This indicates that the SPListItem is either not part of a document library that supports scheduling; or does not have start and end dates, which are required for scheduling.</exception>
  1723. </member>
  1724. <member name="M:Microsoft.SharePoint.Publishing.ScheduledItem.IsScheduledItem(Microsoft.SharePoint.SPListItem)">
  1725. <summary>Static method to confirm that a <see cref="T:Microsoft.SharePoint.SPListItem"></see> item is a valid instance of the <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> class.</summary>
  1726. <returns>Set to True if the SPListItem is a ScheduledItem; otherwise, set to False.</returns>
  1727. <param name="sourceListItem"><see cref="T:Microsoft.SharePoint.SPListItem"></see> to check for validity</param>
  1728. <exception cref="System.ArgumentNullException">The sourceListItem parameter cannot be null.</exception>
  1729. </member>
  1730. <member name="M:Microsoft.SharePoint.Publishing.ScheduledItem.Schedule">
  1731. <summary>Schedules an instance of the <see cref="T:Microsoft.SharePoint.SPListItem"></see> class to be automatically approved (start) and to be unpublished (end) on specified dates.</summary>
  1732. <exception cref="Microsoft.SharePoint.SPException">Scheduling a start date for a currently approved item is not supported. Items must be in the minor/draft state.</exception>
  1733. <exception cref="Microsoft.SharePoint.SPException">You can schedule documents only in a list that has content approval enabled.</exception>
  1734. <exception cref="Microsoft.SharePoint.SPException">Scheduling is not supported in this content database. Use Approve or Unpublish instead.</exception>
  1735. <exception cref="Microsoft.SharePoint.SPException">The current user does not have sufficient permissions to perform this action.</exception>
  1736. <exception cref="Microsoft.SharePoint.SPException">You can schedule documents only in a minor version-enabled list.</exception>
  1737. </member>
  1738. <member name="M:Microsoft.SharePoint.Publishing.ScheduledItem.Schedule(System.String)">
  1739. <summary>Schedules an SPListItem to automatically be approved (start) and be unpublished (end) on specified dates.</summary>
  1740. <param name="approvalComment">Comments to be set when the SPListItem is approved if the <see cref="P:Microsoft.SharePoint.Publishing.ScheduledItem.StartDate"></see> is in the future</param>
  1741. <exception cref="Microsoft.SharePoint.SPException">Scheduling a start date for a currently approved item is not supported. Items must be in the minor/draft state</exception>
  1742. <exception cref="Microsoft.SharePoint.SPException">You can schedule documents only in a list with content approval enabled</exception>
  1743. <exception cref="Microsoft.SharePoint.SPException">Scheduling is not supported in this content database. Use Approve or Unpublish instead.</exception>
  1744. <exception cref="Microsoft.SharePoint.SPException">The current user does not have sufficient permissions to perform this action.</exception>
  1745. <exception cref="Microsoft.SharePoint.SPException">You can schedule documents only in a minor version enabled list</exception>
  1746. </member>
  1747. <member name="P:Microsoft.SharePoint.Publishing.ScheduledItem.EndDate">
  1748. <summary>Gets or sets the Coordinated Universal Time (UTC) at which this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> class ends and is no longer visible on the published site.</summary>
  1749. <returns>The Coordinated Universal Time (UTC) at which this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> class ends and is no longer visible on the published site. </returns>
  1750. <exception cref="System.UnauthorizedAccessException">The current user does not have sufficient permissions to perform this action.</exception>
  1751. <exception cref="System.ArgumentNullException">This value cannot be set to null.</exception>
  1752. </member>
  1753. <member name="P:Microsoft.SharePoint.Publishing.ScheduledItem.ListItem">
  1754. <summary>Gets the underlying <see cref="T:Microsoft.SharePoint.SPListItem"></see> that is wrapped by the <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see>. </summary>
  1755. <returns>The underlying <see cref="T:Microsoft.SharePoint.SPListItem"></see> that is wrapped by the <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see>.</returns>
  1756. </member>
  1757. <member name="P:Microsoft.SharePoint.Publishing.ScheduledItem.PublishingWeb">
  1758. <summary>Gets the PublishingWeb that contains this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> object.</summary>
  1759. <returns>The PublishingWeb that contains this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> object. If the user does not have permissions to the parent PublishingWeb, this property returns null.</returns>
  1760. </member>
  1761. <member name="P:Microsoft.SharePoint.Publishing.ScheduledItem.StartDate">
  1762. <summary>Gets or sets the Coordinated Universal Time (UTC) at which this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> becomes a visible part of the published Web site.</summary>
  1763. <returns>The Coordinated Universal Time (UTC) at which this <see cref="T:Microsoft.SharePoint.Publishing.ScheduledItem"></see> becomes a visible part of the published Web site.</returns>
  1764. <exception cref="Microsoft.SharePoint.SPException">The current user does not have sufficient permissions to perform this action.</exception>
  1765. <exception cref="System.ArgumentNullException">The parameter cannot contain a null value.</exception>
  1766. </member>
  1767. <member name="T:Microsoft.SharePoint.Publishing.SiteCacheSettings">
  1768. <summary>Provides the current settings of the cache for the requested <see cref="T:Microsoft.SharePoint.SPSite"></see> object.</summary>
  1769. </member>
  1770. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettings.GetAnonymousPageCacheProfileId(Microsoft.SharePoint.SPSite)">
  1771. <summary>ID of the anonymous page output cache profile for this area. </summary>
  1772. <returns>An integer that represents the ID of the cache profile. This is the ID of the list item in the Cache Profiles list.</returns>
  1773. </member>
  1774. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettings.GetAuthenticatedPageCacheProfileId(Microsoft.SharePoint.SPSite)">
  1775. <summary>ID of the authenticated page output cache profile for this area. </summary>
  1776. <returns>An integer that represents the ID of the cache profile. This is the ID of the list item in the Cache Profiles list.</returns>
  1777. </member>
  1778. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettings.GetSiteCacheSettings(Microsoft.SharePoint.SPSite)">
  1779. <summary>The default cache settings creator. </summary>
  1780. <returns>A new cache settings object.</returns>
  1781. <param name="site">Site that the cache belongs to.</param>
  1782. </member>
  1783. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettings.GetSiteCacheSettings(Microsoft.SharePoint.SPSite,System.Boolean)">
  1784. <summary>The default cache settings creator. </summary>
  1785. <returns>A new cache settings object.</returns>
  1786. <param name="forceLoad">If forceLoad is set to true, the settings will be retrieved from the site rather than using a cached version.</param>
  1787. <param name="site">Site that the cache belongs to.</param>
  1788. </member>
  1789. <member name="P:Microsoft.SharePoint.Publishing.SiteCacheSettings.AllowLayoutPageOverrides">
  1790. <summary>Determines whether <see cref="T:Microsoft.SharePoint.Publishing.PageLayout"></see>objects can override the default cache profile. If both a PageLayout and PublishingWeb objects define a cache profile, the PageLayout profile is used.</summary>
  1791. <returns>True if PageLayout objects can override the cache profile.</returns>
  1792. </member>
  1793. <member name="P:Microsoft.SharePoint.Publishing.SiteCacheSettings.AllowPublishingWebPageOverrides">
  1794. <summary>Determines whether PublishingWebs can override the default cache profile.</summary>
  1795. <returns>True if PublishingWeb objects can override the cache profile.</returns>
  1796. </member>
  1797. <member name="P:Microsoft.SharePoint.Publishing.SiteCacheSettings.CbqFlushOnSiteChange">
  1798. <summary>Determines whether a cached cross-list query result is used after any object in the site has changed.</summary>
  1799. <returns>If this property is set to True, a cached cross-list query result is not used after any object in the site has changed.</returns>
  1800. </member>
  1801. <member name="P:Microsoft.SharePoint.Publishing.SiteCacheSettings.EnableDebuggingOutput">
  1802. <summary>Determines whether debugging output is written to the response. </summary>
  1803. <returns>If this property is set to True, a comment is added to the end of the request stream stating whether the output cache is enabled, and when the cache entry was created.</returns>
  1804. </member>
  1805. <member name="T:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter">
  1806. <summary>Allows the user to update the site-wide cache settings.</summary>
  1807. </member>
  1808. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.#ctor(Microsoft.SharePoint.SPSite)">
  1809. <summary>Create a SiteCacheSettingsWriter object for the specified site.</summary>
  1810. </member>
  1811. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.SetFarmBlobCacheFlushFlag">
  1812. <summary>Causes all servers in the server farm to flush the binary large object (BLOB) cache for this site.</summary>
  1813. </member>
  1814. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.SetFarmCacheFlushFlag">
  1815. <summary>Causes all servers in the server farm to flush the object cache for this site.</summary>
  1816. </member>
  1817. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.SetIsImportInProgress(System.Boolean)">
  1818. <summary>Sets the value for the IsImportInProgress setting.</summary>
  1819. <param name="value">New value for the IsImportInProgress property.</param>
  1820. </member>
  1821. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.SetLastImportStatusUpdateTicks(System.Int64)">
  1822. <summary>Sets the LastImportStatusUpdateTicks value for an ImportInProgress operation.</summary>
  1823. <param name="value">New value that should be used for the ImportInProgress cache thrashing-prevention logic.</param>
  1824. </member>
  1825. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.Update">
  1826. <summary>Saves the changes to the root web.</summary>
  1827. </member>
  1828. <member name="M:Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter.UpdateCacheSettingsDuringImport(System.String,System.Boolean)">
  1829. <summary>Updates the siteCacheSetting to indicate that an import operation is or is not currently in progress. </summary>
  1830. <param name="isImportInProgress">Whether an import is in progress.</param>
  1831. <param name="importSiteUrl">Import Site URL.</param>
  1832. </member>
  1833. <member name="T:Microsoft.SharePoint.Publishing.SpellChecker">
  1834. <summary>Spelling checker Web Service.</summary>
  1835. </member>
  1836. <member name="M:Microsoft.SharePoint.Publishing.SpellChecker.SpellCheck(System.String[],System.Int32,System.Boolean)">
  1837. <summary>Implements the Web service that exposes the spelling checker.</summary>
  1838. <returns>A SpellCheckResults structure that contains information about the spelling checker analysis.</returns>
  1839. <param name="useLad">Detect language if possible.</param>
  1840. <param name="chunksToSpell">Chunks of text to spell check.</param>
  1841. <param name="declaredLanguage">Language to spell check again.</param>
  1842. </member>
  1843. <member name="T:Microsoft.SharePoint.Publishing.SpellCheckErrorCode">
  1844. <summary>Describes errors that can occur during spell checking.</summary>
  1845. </member>
  1846. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckErrorCode.Ok">
  1847. <summary>The spellchecker did not return any errors.</summary>
  1848. </member>
  1849. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckErrorCode.SpellCheckerNotInstalled">
  1850. <summary>The spellchecker feature is not installed.</summary>
  1851. </member>
  1852. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckErrorCode.UnexpectedError">
  1853. <summary>The spellchecker returned an unexpected error.</summary>
  1854. </member>
  1855. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckErrorCode.UserNotAuthenticated">
  1856. <summary>The current user's credentials could not be authenticated to use the spellchecker.</summary>
  1857. </member>
  1858. <member name="T:Microsoft.SharePoint.Publishing.SpellCheckResults">
  1859. <summary>Results returned by the Web service.</summary>
  1860. </member>
  1861. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckResults.detectedLanguage">
  1862. <summary>Language that is detected when using language auto-detection.</summary>
  1863. </member>
  1864. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckResults.errorCode">
  1865. <summary>An error code.</summary>
  1866. </member>
  1867. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckResults.spellingErrors">
  1868. <summary>Array of SpellingErrors for each chunk of text where spelling errors were detected.</summary>
  1869. </member>
  1870. <member name="F:Microsoft.SharePoint.Publishing.SpellCheckResults.spellingSuggestions">
  1871. <summary>Array that includes all the spelling suggestions. </summary>
  1872. </member>
  1873. <member name="T:Microsoft.SharePoint.Publishing.SpellingErrors">
  1874. <summary>List of misspellings for a chunk of text.</summary>
  1875. </member>
  1876. <member name="F:Microsoft.SharePoint.Publishing.SpellingErrors.chunkIndex">
  1877. <summary>Index of the text chunk where spelling errors appear.</summary>
  1878. </member>
  1879. <member name="F:Microsoft.SharePoint.Publishing.SpellingErrors.flaggedWords">
  1880. <summary>List of spelling errors that were identified.</summary>
  1881. </member>
  1882. <member name="T:Microsoft.SharePoint.Publishing.SpellingErrorType">
  1883. <summary>Type of error: either a repeated word or a misspelled word.</summary>
  1884. </member>
  1885. <member name="F:Microsoft.SharePoint.Publishing.SpellingErrorType.RepeatWord">
  1886. <summary>A word appears twice. </summary>
  1887. </member>
  1888. <member name="F:Microsoft.SharePoint.Publishing.SpellingErrorType.UnknownWord">
  1889. <summary>A word does not exist in the lexicon; most likely a misspelled word.</summary>
  1890. </member>
  1891. <member name="T:Microsoft.SharePoint.Publishing.SpellingSuggestions">
  1892. <summary>Lists the spelling suggestions for a misspelled word.</summary>
  1893. </member>
  1894. <member name="F:Microsoft.SharePoint.Publishing.SpellingSuggestions.sug">
  1895. <summary>Lists spelling suggestions for a misspelled word.</summary>
  1896. </member>
  1897. <member name="F:Microsoft.SharePoint.Publishing.SpellingSuggestions.word">
  1898. <summary>Indicates a misspelled word that has been flagged.</summary>
  1899. </member>
  1900. <member name="T:Microsoft.SharePoint.Publishing.SummaryLink">
  1901. <summary>A SummaryLink object that provides a way to store Web addresses.</summary>
  1902. </member>
  1903. <member name="M:Microsoft.SharePoint.Publishing.SummaryLink.#ctor(System.String)">
  1904. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object with the specified title.</summary>
  1905. <param name="title">Title of the SummaryLink object.</param>
  1906. </member>
  1907. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.BeginColumn">
  1908. <summary>Gets data indicating whether this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object should begin in a new column.</summary>
  1909. <returns>Data indicating whether this SummaryLink object should begin in a new column.</returns>
  1910. </member>
  1911. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.Description">
  1912. <summary>Gets or sets text that describes the <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1913. <returns>Text that describes the SummaryLink object.</returns>
  1914. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 1000 characters.</exception>
  1915. </member>
  1916. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.Group">
  1917. <summary>Gets or sets the group to which this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object belongs.</summary>
  1918. <returns>The name of the group to which this SummaryLink object belongs.</returns>
  1919. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 500 characters.</exception>
  1920. </member>
  1921. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.GroupStyle">
  1922. <summary>Gets template information about how to render the group that contains the <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1923. <returns>Template information for rendering the group containing the SummaryLink object.</returns>
  1924. </member>
  1925. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.ImageUrl">
  1926. <summary>Gets or sets the URL for the image associated with this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1927. <returns>The URL for the image associated with this SummaryLink.</returns>
  1928. <exception cref="T:System.ArgumentException">URL is not valid.</exception>
  1929. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 2047 characters.</exception>
  1930. </member>
  1931. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.ImageUrlAltText">
  1932. <summary>Gets or sets the text associated with the image URL for this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1933. <returns>The text associated with the image URL for this SummaryLink object.</returns>
  1934. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 500 characters.</exception>
  1935. </member>
  1936. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.IsGroupHeader">
  1937. <summary>Gets or sets a flag that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object is a group header that can be used to organize other SummaryLink objects.</summary>
  1938. <returns>A flag that determines whether or not this SummaryLink is a group header.</returns>
  1939. </member>
  1940. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.IsPeopleLink">
  1941. <summary>Gets data that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object links to a person.</summary>
  1942. <returns>Data that determines whether this SummaryLink object links to a person.</returns>
  1943. </member>
  1944. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.LinkToolTip">
  1945. <summary>Gets or sets a tool tip for the URL of the <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1946. <returns>The tool tip for the URL of the SummaryLink object.</returns>
  1947. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 500 characters.</exception>
  1948. </member>
  1949. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.LinkUrl">
  1950. <summary>Gets or sets the URL of the link item to which this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object links.</summary>
  1951. <returns>URL of the link item to which this SummaryLink object links.</returns>
  1952. <exception cref="T:System.ArgumentException">URL is not valid.</exception>
  1953. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 2047 characters.</exception>
  1954. </member>
  1955. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.LoginName">
  1956. <summary>Gets or sets the Session Initiation Protocol (SIP) address of the person who this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object references.</summary>
  1957. <returns>The SIP address of the person whom this SummaryLink object references.</returns>
  1958. </member>
  1959. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.OpenInNewWindow">
  1960. <summary>Gets or sets a value that determines whether or not clicking this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object opens its target in a new window.</summary>
  1961. <returns>Boolean value that indicates whether clicking this SummaryLink opens its target in a new window.</returns>
  1962. </member>
  1963. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.Order">
  1964. <summary>Gets the current position of the <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object in the <see cref="T:Microsoft.SharePoint.Publishing.SummaryLinkCollection"></see> collection.</summary>
  1965. <returns>The order of this SummaryLink in the SummaryLinkCollection.</returns>
  1966. </member>
  1967. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.SipAddress">
  1968. <summary>Gets or sets the Session Initiation Protocol (SIP) address of the person whom this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object references.</summary>
  1969. <returns>The SIP address of the person that this SummaryLink object references.</returns>
  1970. </member>
  1971. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.Style">
  1972. <summary>Gets or sets the style in which to render this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1973. <returns>The style in which to render this SummaryLink object.</returns>
  1974. </member>
  1975. <member name="P:Microsoft.SharePoint.Publishing.SummaryLink.Title">
  1976. <summary>Gets or sets the title text of this <see cref="T:Microsoft.SharePoint.Publishing.SummaryLink"></see> object.</summary>
  1977. <returns>Title text of this SummaryLink object.</returns>
  1978. <exception cref="T:System.ArgumentException">Invalid property value. The value cannot exceed 500 characters.</exception>
  1979. </member>
  1980. <member name="T:Microsoft.SharePoint.Publishing.SummaryLinkCollection">
  1981. <summary>A collection of SummaryLink items.</summary>
  1982. </member>
  1983. <member name="M:Microsoft.SharePoint.Publishing.SummaryLinkCollection.Add(System.String)">
  1984. <summary>Adds a new Summary Link to the SummaryLinkCollection.</summary>
  1985. <returns>The newly created Summary Link.</returns>
  1986. <param name="title">Title for the new SummaryLink.</param>
  1987. </member>
  1988. <member name="M:Microsoft.SharePoint.Publishing.SummaryLinkCollection.Deserialize(System.Xml.XmlReader,System.Int32)">
  1989. <summary>Deserializes the contents of an XmlReader into a SummaryLinkCollection.</summary>
  1990. <param name="reader">XmlReader positioned on a SummaryLinkCollection node.</param>
  1991. <param name="deserializedSchemaVersion">Serialization schema version.</param>
  1992. </member>
  1993. <member name="M:Microsoft.SharePoint.Publishing.SummaryLinkCollection.Serialize(System.Xml.XmlWriter)">
  1994. <summary>Serializes the current contents of the SummaryLinkCollection.</summary>
  1995. <param name="writer">XmlWriter into which the collection will be serialized.</param>
  1996. </member>
  1997. <member name="P:Microsoft.SharePoint.Publishing.SummaryLinkCollection.Item(System.String)">
  1998. <summary>Returns a Summary Link from the collection.</summary>
  1999. <returns>The SummaryLink that has Order equal to the id.</returns>
  2000. <param name="id">Identifier of the summary link.</param>
  2001. </member>
  2002. <member name="T:Microsoft.SharePoint.Publishing.TemplateRedirectionPage">
  2003. <summary>Page class used for all Publishing pages that use the PageLayout rendering model. This class examines the page layout of the current item and transfers execution to the page layout. This page class is used as base page class for all Publishing pages that use a page layout. We recommend that you use this page class directly rather than author a publishing page, because the required ASPX markup for a publishing page is not publicly documented and may change in future releases. Authors should use the "Create Page" user interface (UI) to create new publishing pages. Developers should use the PublishingPageCollection.Add() methods to create a new page through the object model.</summary>
  2004. </member>
  2005. <member name="M:Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(System.Web.HttpContext)">
  2006. <summary>Override ProcessRequest in base page. This method transfers execution to the page layout.</summary>
  2007. </member>
  2008. <member name="T:Microsoft.SharePoint.Publishing.VariationLabel">
  2009. <summary>Represents Variation Label objects that are managed from the "/_layouts/VariationLabels.aspx" page.</summary>
  2010. </member>
  2011. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.DisplayName">
  2012. <summary>Returns the user interface (UI) display name of the label.</summary>
  2013. <returns>UI display name of the Label.</returns>
  2014. </member>
  2015. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.IsSource">
  2016. <summary>Determines whether the Variation Label is set as the source label.</summary>
  2017. <returns>Boolean value that indicates whether this is a source Variation Label.</returns>
  2018. </member>
  2019. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.Language">
  2020. <summary>Returns the Language of the Variation Label.</summary>
  2021. <returns>The Language value of the Variation Label, in the format "languagecode2-country/regioncode2" that follows the RFC 1766 standard, where "languagecode2" is a lowercase two-letter code derived from ISO 639-1 and "country/regioncode2" is an uppercase two-letter code derived from ISO 3166. The value can be used to instantiate System.Globalization.CultureInfo objects by name.</returns>
  2022. </member>
  2023. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.Locale">
  2024. <summary>Returns the Locale of the Variation Label.</summary>
  2025. <returns>String value of the Locale of the Variation Label, in the format of the locale identifier number that can be used to instantiate System.Globalization.CultureInfo objects by culture identifier.</returns>
  2026. </member>
  2027. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.Title">
  2028. <summary>Returns the title of the Variation Label, which is the unique string identifier of the label.</summary>
  2029. <returns>The unique name of the Variation Label.</returns>
  2030. </member>
  2031. <member name="P:Microsoft.SharePoint.Publishing.VariationLabel.TopWebUrl">
  2032. <summary>Returns the URL of the top Publishing Web of the variation hierarchy of this label.</summary>
  2033. <returns>URL of the top Publishing Web of the variation hierarchy of this label.</returns>
  2034. </member>
  2035. <member name="T:Microsoft.SharePoint.Publishing.Variations">
  2036. <summary>The Variations class exposes essential information about the Variations system in a Site Collection that is activated with the Microsoft Office SharePoint Server 2007 Publishing feature.</summary>
  2037. </member>
  2038. <member name="N:Microsoft.SharePoint.Publishing.Administration">
  2039. <summary>Creates content deployment configuration, path, and job classes; and migration profiling and support.</summary>
  2040. </member>
  2041. <member name="T:Microsoft.SharePoint.Publishing.Administration.AuthenticationType">
  2042. <summary>Defines which authentication type is used to access the source database.</summary>
  2043. </member>
  2044. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration">
  2045. <summary>Manages details about a content deployment job.</summary>
  2046. </member>
  2047. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration.#ctor">
  2048. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  2049. </member>
  2050. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration.Update">
  2051. <summary>Updates the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration"></see> object.</summary>
  2052. </member>
  2053. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration.FileMaxSize">
  2054. <summary>Gets or sets file chunk size. </summary>
  2055. <returns>The value is expressed in megabytes (MB). The default value is 10 MB.</returns>
  2056. </member>
  2057. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration.RemotePollingInterval">
  2058. <summary>Gets or sets the time interval between pings for RemoteImport status. </summary>
  2059. <returns>The value is expressed in seconds.</returns>
  2060. </member>
  2061. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration.RemoteTimeout">
  2062. <summary>Gets or sets the remote import timeout. </summary>
  2063. <returns>The value is expressed in seconds.</returns>
  2064. </member>
  2065. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentEventArgs">
  2066. <summary>Encapsulates content deployment event data.</summary>
  2067. </member>
  2068. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentEventArgs.#ctor(Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob)">
  2069. <param name="J ob">The current <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</param>
  2070. </member>
  2071. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob">
  2072. <summary>Defines details of a content deployment job. </summary>
  2073. </member>
  2074. <member name="E:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Exporting">
  2075. <summary>Indicates that the export is about to start. </summary>
  2076. </member>
  2077. <member name="E:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Importing">
  2078. <summary>Indicates that the import is about to start.</summary>
  2079. </member>
  2080. <member name="E:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Transferring">
  2081. <summary>This event is raised when the data transfer is about to start.</summary>
  2082. </member>
  2083. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.AddQuickDeployObject(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.Deployment.SPDeploymentObjectType,System.String)">
  2084. <summary>Adds this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object to the list of Quick Deploy items in the given <see cref="T:Microsoft.SharePoint.SPWeb"></see> object.</summary>
  2085. <param name="web">The <see cref="T:Microsoft.SharePoint.SPWeb"></see> object in which the QuickDeployItems list resides.</param>
  2086. <param name="itemUrl">The URL of the object to deploy.</param>
  2087. <param name="itemType">The <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject"></see> type.</param>
  2088. </member>
  2089. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Cancel">
  2090. <summary>Cancels this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</summary>
  2091. </member>
  2092. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Delete">
  2093. <summary>Deletes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</summary>
  2094. </member>
  2095. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.GetAllJobs">
  2096. <summary>Returns all jobs in this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see> collection.</summary>
  2097. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see> object.</returns>
  2098. </member>
  2099. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.GetAllQuickDeployJobs">
  2100. <summary>The collection of all QuickDeploy content deployment jobs in this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see> collection. </summary>
  2101. <returns>Returns the list of QuickDeploy content deployment jobs that are associated with this <see cref="T:Microsoft.SharePoint.SPSite"></see> object.</returns>
  2102. </member>
  2103. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.GetInstance(System.Guid)">
  2104. <summary>Gets the instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject"></see> object that matches the specified jobId.</summary>
  2105. <returns>The <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject"></see> instance with the specified jobId.</returns>
  2106. <param name="jobId">The identification number of this content deployment job.</param>
  2107. </member>
  2108. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.GetInstance(System.String)">
  2109. <summary>Returns the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object with the specified jobName.</summary>
  2110. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> with the specified jobName.</returns>
  2111. <param name="jobName">The <see cref="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Name"></see> property of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object. </param>
  2112. </member>
  2113. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Run">
  2114. <summary>Runs the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> job.</summary>
  2115. </member>
  2116. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Run(System.Boolean)">
  2117. <summary>Runs the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> job immediately and synchronously, by default.</summary>
  2118. <param name="runAsynchronously">A value that determines whether to run this job synchronously or asynchronously.</param>
  2119. </member>
  2120. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Run(System.Boolean,System.DateTime)">
  2121. <summary>Runs the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> job synchronously or asynchronously and deploys changes that have been made since the specified date and time.</summary>
  2122. <param name="runAsynchronously">A value that specifies whether to run this job asynchronously or synchronously.</param>
  2123. <param name="deploySinceTime">A value that determines whether to deploy changes that have been made since the specified date and time.</param>
  2124. </member>
  2125. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Test">
  2126. <summary>Tests this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object synchronously.</summary>
  2127. </member>
  2128. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Test(System.Boolean)">
  2129. <summary>Tests this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> job asynchronously by default.</summary>
  2130. <param name="runAsynchronously">Whether to run this job asynchronously or synchronously.</param>
  2131. </member>
  2132. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Update">
  2133. <summary>Updates this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2134. </member>
  2135. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Description">
  2136. <summary>Gets or sets text that describes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2137. <returns>A string that describes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</returns>
  2138. </member>
  2139. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.ExportObjects">
  2140. <summary>Gets a collection of objects that is exported in the content deployment job. </summary>
  2141. <returns>The collection of objects that is exported in the content deployment job.</returns>
  2142. </member>
  2143. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.FileLocation">
  2144. <summary>Gets the location of the data files that have been exported.</summary>
  2145. <returns>The location of the exported data files.</returns>
  2146. </member>
  2147. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Id">
  2148. <summary>Gets the GUID for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2149. <returns>The GUID for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2150. </member>
  2151. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.IsEnabled">
  2152. <summary>Gets or sets the value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object is enabled.</summary>
  2153. <returns>The value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> is enabled or disabled. </returns>
  2154. </member>
  2155. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.IsQuickDeployJob">
  2156. <summary>Gets or sets a value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object is a Quick Deploy job.</summary>
  2157. <returns>The value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> is a Quick Deploy job.</returns>
  2158. </member>
  2159. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.IsRecurring">
  2160. <summary>Gets the value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object occurs only once or is recurring.</summary>
  2161. <returns>A value that determines whether this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> occurs only once or is recurring. </returns>
  2162. </member>
  2163. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.JobType">
  2164. <summary>Gets or sets type information for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2165. <returns>Type information for the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object. </returns>
  2166. </member>
  2167. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastReport">
  2168. <summary>Gets or sets the most recent report for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2169. <returns>The most recent report for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</returns>
  2170. </member>
  2171. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastReportId">
  2172. <summary>The <see cref="P:Microsoft.SharePoint.SPListItem.UniqueId"></see> for the most recent report.</summary>
  2173. <returns>The <see cref="P:Microsoft.SharePoint.SPListItem.UniqueId"></see> for the most recent report.</returns>
  2174. </member>
  2175. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastRunTime">
  2176. <summary>Gets or sets the last date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object was run.</summary>
  2177. <returns>Date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object was last run.</returns>
  2178. </member>
  2179. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastStatus">
  2180. <summary>Gets or sets the last status code for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2181. <returns>The last status code for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2182. </member>
  2183. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastStatusMessage">
  2184. <summary>Gets or sets the last status message for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2185. <returns>The last status message for <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2186. </member>
  2187. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.LastSuccessfulDeploymentTime">
  2188. <summary>Gets or sets the date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object was successfully deployed.</summary>
  2189. <returns>The last date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> was successfully deployed.</returns>
  2190. </member>
  2191. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Name">
  2192. <summary>Gets or sets the name of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2193. <returns>String that includes the name of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2194. </member>
  2195. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.NextRunTime">
  2196. <summary>Gets the next date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object runs.</summary>
  2197. <returns>The next date and time that this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object runs.</returns>
  2198. </member>
  2199. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.NotificationEmailAddresses">
  2200. <summary>Gets or sets the e-mail addresses of individuals who receive notification e-mails about this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2201. <returns>The e-mail addresses of individuals who receive notification e-mails about this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2202. </member>
  2203. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.NotificationSettings">
  2204. <summary>Gets or sets notification settings for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2205. <returns>The notification settings for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</returns>
  2206. </member>
  2207. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.ParentCollection">
  2208. <summary>Gets the parent collection for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2209. <returns>The parent collection for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2210. </member>
  2211. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Path">
  2212. <summary>Gets or sets the path for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2213. <returns>The path for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see>.</returns>
  2214. </member>
  2215. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Reports">
  2216. <summary>Gets reports from the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection"></see> object for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2217. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection"></see> for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see>.</returns>
  2218. </member>
  2219. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.TimerJobDefinition">
  2220. <summary>Gets or sets the timer service for the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition"></see> object.</summary>
  2221. <returns>The <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition"></see> that is associated with this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</returns>
  2222. </member>
  2223. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.TimerJobDefinitionId">
  2224. <summary>Gets or sets the timer service GUID for the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition"></see> object that is associated with this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object.</summary>
  2225. <returns>Timer service GUID for the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition"></see>.</returns>
  2226. </member>
  2227. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection">
  2228. <summary>Represents a collection of Content Deployment Jobs.</summary>
  2229. </member>
  2230. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection.#ctor(Microsoft.SharePoint.SPListItemCollection)">
  2231. <summary>Constructs a new ContentDeploymentJobCollection.</summary>
  2232. <param name="listItems">SPListItemCollection object from which to wrap and construct a ContentDeploymentJobCollection object.</param>
  2233. </member>
  2234. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobOverrideSettings">
  2235. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  2236. </member>
  2237. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReport">
  2238. <summary>Represents the report for a Content Deployment job.</summary>
  2239. </member>
  2240. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReport.Status">
  2241. <summary>Gets the status for the ContentDeploymentJobReport object.</summary>
  2242. <returns><see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus"></see> for the Report.</returns>
  2243. </member>
  2244. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection">
  2245. <summary>Represents a collection of Content Deployment Report objects.</summary>
  2246. </member>
  2247. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection.#ctor(Microsoft.SharePoint.SPListItemCollection)">
  2248. <summary>Constructs a new Content Deployment JobReportCollection object</summary>
  2249. <param name="listItems">An SPListItemCollection to wrap and construct a Content Deployment JobReportCollection from.</param>
  2250. </member>
  2251. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus">
  2252. <summary>Enumerates possible status values for the content deployment job.</summary>
  2253. </member>
  2254. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.CancelInProgress">
  2255. <summary>Represents a request to cancel a job that is currently running.</summary>
  2256. </member>
  2257. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.Cancelled">
  2258. <summary>Indicates that the job has been cancelled.</summary>
  2259. </member>
  2260. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.ExportInProgress">
  2261. <summary>Indicates that the job export phase is in progress.</summary>
  2262. </member>
  2263. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.Failure">
  2264. <summary>Indicates that the content deployment job failed.</summary>
  2265. </member>
  2266. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.ImportInProgress">
  2267. <summary>Indicates that the job import phase is in progress.</summary>
  2268. </member>
  2269. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.ImportPreparing">
  2270. <summary>Indicates that the import job is preparing to run.</summary>
  2271. </member>
  2272. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.ImportTimedOut">
  2273. <summary>Indicates that the import job has timed out.</summary>
  2274. </member>
  2275. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.NotAvailable">
  2276. <summary>Indicates that the job status is not available.</summary>
  2277. </member>
  2278. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.Preparing">
  2279. <summary>Indicates that the content deployment job is preparing to run.</summary>
  2280. </member>
  2281. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.Success">
  2282. <summary>Indicates that the content deployment job succeeded.</summary>
  2283. </member>
  2284. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.TestExporting">
  2285. <summary>Indicates that the test job is in export phase.</summary>
  2286. </member>
  2287. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.TestFailure">
  2288. <summary>Indicates that the test job failed.</summary>
  2289. </member>
  2290. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.TestSuccess">
  2291. <summary>Indicates that the test job succeeded.</summary>
  2292. </member>
  2293. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus.TransferInProgress">
  2294. <summary>Indicates that the job transfer is in progress.</summary>
  2295. </member>
  2296. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobType">
  2297. <summary>Enumerates possible values for the type of content deployment job.</summary>
  2298. </member>
  2299. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobType.ServerToServer">
  2300. <summary>A server-to-server content deployment job.</summary>
  2301. </member>
  2302. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentNotificationSettings">
  2303. <summary>Enumerates settings that are available for content deployment notifications.</summary>
  2304. </member>
  2305. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentNotificationSettings.None">
  2306. <summary>Specifies that e-mail notifications should not be sent when a job succeeds or fails.</summary>
  2307. </member>
  2308. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentNotificationSettings.SendEmailOnFailure">
  2309. <summary>Specifies that an e-mail notification should be sent if a content deployment job fails.</summary>
  2310. </member>
  2311. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentNotificationSettings.SendEmailOnSuccess">
  2312. <summary>Specifies that an e-mail notification should be sent if a content deployment job succeeds.</summary>
  2313. </member>
  2314. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath">
  2315. <summary>Describes a content deployment path. This class cannot be inherited.</summary>
  2316. </member>
  2317. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Delete">
  2318. <summary>Deletes the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob"></see> object definition from this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object.</summary>
  2319. </member>
  2320. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetAllPaths">
  2321. <summary>Returns a list of all paths that are used by the current instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> class that are associated with this <see cref="T:Microsoft.SharePoint.SPSite"></see>.</summary>
  2322. <returns>All paths that are used by the current instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> class.</returns>
  2323. </member>
  2324. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetInstance(System.Guid)">
  2325. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object with the specified pathId.</summary>
  2326. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> with the specified pathId.</returns>
  2327. <param name="pathId">Id of the content deployment path.</param>
  2328. </member>
  2329. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetInstance(System.String)">
  2330. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object with the specified pathName. </summary>
  2331. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> with the specified pathName.</returns>
  2332. <param name="pathName">The name of the specified content deployment path.</param>
  2333. </member>
  2334. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetSiteCollectionNames(System.String)">
  2335. <summary>Gets the site collection names for the given virtual server on the destination farm.</summary>
  2336. <returns>The site collection names for the specified virtual server on the destination farm. </returns>
  2337. <param name="virtualServerUrl">The URL for the virtual server on the destination server farm.</param>
  2338. </member>
  2339. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetSiteCollectionNames(System.String,System.String,System.Net.ICredentials)">
  2340. <summary>Uses the credentials that are provided to rRetrieves site collection names for the specified virtual server on the destination server farm.</summary>
  2341. <returns>The site collection names for the specified virtual server on the destination server farm, based on the specified parameters.</returns>
  2342. <param name="destinationAdminServerUrl">The URL for the destination administration server.</param>
  2343. <param name="virtualServerUrl">The URL for the virtual server on the destination server farm.</param>
  2344. <param name="credentials">The credentials that are required to access the destination administration server.</param>
  2345. </member>
  2346. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetVirtualServersInformation">
  2347. <summary>Retrieves the virtual server names and URLs for the destination server farm.</summary>
  2348. <returns>The virtual server names and URLs for the destination server farm.</returns>
  2349. </member>
  2350. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.GetVirtualServersInformation(System.String,System.Net.ICredentials)">
  2351. <summary>Uses the credentials provided to rRetrieves the virtual server names and URLs for the specified destination server farm.</summary>
  2352. <returns>The virtual server names and URLs for the destination server farm.</returns>
  2353. <param name="destinationAdminServerUrl">The URL for the destination administration server.</param>
  2354. <param name="credentials">The credentials that are required to access the destination administration server.</param>
  2355. </member>
  2356. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Update">
  2357. <summary>Updates this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> path.</summary>
  2358. </member>
  2359. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.AuthenticationType">
  2360. <summary>Gets or sets the Windows-based authentication type.</summary>
  2361. <returns>A Windows-based authentication type.</returns>
  2362. </member>
  2363. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.DeploymentStatusDictionary">
  2364. <summary>Gets the deployment status from the collection of deployment object status objects.</summary>
  2365. <returns>The status of this content deployment job.</returns>
  2366. </member>
  2367. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Description">
  2368. <summary>Gets or sets text describing this content deployment path.</summary>
  2369. <returns>A string that contains a description of this content deployment path.</returns>
  2370. </member>
  2371. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.DestinationAdminServerUri">
  2372. <summary>Gets or sets the URI for the destination administration virtual server.</summary>
  2373. <returns>The URI for the destination administration virtual server.</returns>
  2374. </member>
  2375. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.DestinationServerUri">
  2376. <summary>Gets or sets the URI for the destination server.</summary>
  2377. <returns>The URI for the destination server.</returns>
  2378. </member>
  2379. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.DestinationSiteCollection">
  2380. <summary>Gets or sets the destination site collection.</summary>
  2381. <returns>The destination site collection.</returns>
  2382. </member>
  2383. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.EnableCompression">
  2384. <summary>Gets or sets a value indicating whether to enable compression during export.</summary>
  2385. <returns>A value indicating whether compression during export is enabled or disabled.</returns>
  2386. </member>
  2387. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.EnableEventReceivers">
  2388. <summary>Gets or sets a value indicating whether to enable event receivers during import.</summary>
  2389. <returns>A value indicating whether event receivers are enabled or disabled during import.</returns>
  2390. </member>
  2391. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Id">
  2392. <summary>Gets or sets the Id for this <see cref="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object.</summary>
  2393. <returns>The Id for this <see cref="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see>. </returns>
  2394. </member>
  2395. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.IncludeSecurity">
  2396. <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.Deployment.SPIncludeSecurity"></see> property for this content deployment path.</summary>
  2397. <returns>A value that indicating whether to secure this <see cref="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object.</returns>
  2398. </member>
  2399. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.IncludeUserInfoDateTime">
  2400. <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption"></see> for this content deployment path.</summary>
  2401. <returns>Information about the current user, and the date and time that the content is deployed.</returns>
  2402. </member>
  2403. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.IsPathEnabled">
  2404. <summary>Gets or sets the value indicating whether this <see cref="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object is enabled or disabled.</summary>
  2405. <returns>A value indicating whether the content deployment path is enabled or disabled.</returns>
  2406. </member>
  2407. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Jobs">
  2408. <summary>Gets jobs from the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see> object for this content deployment path.</summary>
  2409. <returns>Jobs from <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection"></see> for this content deployment path.</returns>
  2410. </member>
  2411. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.KeepTemporaryFiles">
  2412. <summary>Gets or sets a value indicating whether to keep temporary files after content deployment is finished.</summary>
  2413. <returns>A value indicating whether to keep temporary files that were generated during export after the export process is complete.</returns>
  2414. </member>
  2415. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Name">
  2416. <summary>Gets or sets the name for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object.</summary>
  2417. <returns>The name of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see>.</returns>
  2418. </member>
  2419. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath.Password">
  2420. <summary>Gets or sets the password that is used to contact the administration virtual server that is the destination of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath"></see> object.</summary>
  2421. <returns>The password that is used to contact the administration virtual server that is the destination of this content deployment path.</returns>
  2422. </member>
  2423. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection">
  2424. <summary>Represents a collection of Content Deployment Path objects.</summary>
  2425. </member>
  2426. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection.#ctor(Microsoft.SharePoint.SPListItemCollection)">
  2427. <summary>Constructs a new Content Deployment Path Collection object.</summary>
  2428. <param name="listItems">A SPListItemCollection object from which to wrap and construct a ContentDeploymentPathCollection object.</param>
  2429. </member>
  2430. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentMigration">
  2431. <summary>Migrates content from Microsoft Content Management Server 2002 to Microsoft Office SharePoint Server 2007. This class cannot be inherited.</summary>
  2432. </member>
  2433. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigration.#ctor(Microsoft.SharePoint.Publishing.Administration.MigrationProfile)">
  2434. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentMigration"></see> class.</summary>
  2435. <param name="profile">Contains the migration settings that determine how to run the content migration.</param>
  2436. </member>
  2437. <member name="E:Microsoft.SharePoint.Publishing.Administration.ContentMigration.OnProgressUpdated">
  2438. <summary>An event of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs"></see> class that contains the event data.</summary>
  2439. </member>
  2440. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigration.Migrate">
  2441. <summary>Migrates the content based on migration settings.</summary>
  2442. <returns>Migration status.</returns>
  2443. </member>
  2444. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException">
  2445. <summary>Represents an exception that happens during content migration.</summary>
  2446. </member>
  2447. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException.#ctor">
  2448. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException"></see> class.</summary>
  2449. </member>
  2450. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException.#ctor(System.String)">
  2451. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException"></see> class with a message.</summary>
  2452. <param name="message"> A string representing message text.</param>
  2453. </member>
  2454. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException.#ctor(System.String,System.Exception)">
  2455. <summary>Initializes a new instance of <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationException"></see> with a message and inner exception.</summary>
  2456. <param name="message"> A string representing message text.</param>
  2457. </member>
  2458. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings">
  2459. <summary>Contains the migration settings. Use this class to define how to run the content migration.</summary>
  2460. </member>
  2461. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.#ctor">
  2462. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings"></see> class.</summary>
  2463. </member>
  2464. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.SetConnectionString(System.String)">
  2465. <summary>Sets the connection string to the source database.</summary>
  2466. <param name="connectionString"> The string that connects to the source database.</param>
  2467. <exception cref="T:System.ArgumentException">An argument exception.</exception>
  2468. <exception cref="T:System.ArgumentOutOfRangeException"> The argument is out of range.</exception>
  2469. </member>
  2470. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.SetMigrationType(System.String)">
  2471. <summary>Specifies the content migration type.</summary>
  2472. <param name="migrationOption">A "StartOver" "SinceLastMigration" "DateTime" string.</param>
  2473. <exception cref="T:System.ArgumentException">An argument exception.</exception>
  2474. <exception cref="T:System.FormatException">A format exception.</exception>
  2475. <exception cref="T:System.OverflowException"> An overflow exception.</exception>
  2476. </member>
  2477. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.SetSourcePassword(System.String)">
  2478. <summary>Sets the password for the user account that is used to access the source database.</summary>
  2479. <param name="password"> The source password.</param>
  2480. </member>
  2481. <member name="M:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.Validate">
  2482. <summary>Verifies whether the current settings instance is valid.</summary>
  2483. </member>
  2484. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.AnalyzerMode">
  2485. <summary>Specifies how to run pre-migration analysis.</summary>
  2486. <returns>A value that specifies how to run pre-migration analysis.</returns>
  2487. </member>
  2488. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.AuthType">
  2489. <summary>Specifies the authentication type that is needed to access source database. Windows authentication is recommended.</summary>
  2490. <returns>A Windows authentication or SQL Server authentication value.</returns>
  2491. <exception cref="T:System.ArgumentOutOfRangeException">The argument is out of range.</exception>
  2492. </member>
  2493. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.DestinationSiteUrl">
  2494. <summary>Specifies the absolute URL of the destination site collection.</summary>
  2495. <returns>The absolute URL of the destination site collection.</returns>
  2496. <exception cref="T:System.UriFormatException">The exception is in the URI format. </exception>
  2497. <exception cref="T:System.ArgumentNullException">The argument is a null exception.</exception>
  2498. </member>
  2499. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.DestinationType">
  2500. <summary>Defines whether the migration is export only, import only, or export and import.</summary>
  2501. <returns>An ExportOnly value or ImportOnly or ExportAndImport.</returns>
  2502. <exception cref="T:System.ArgumentOutOfRangeException">The argument is out of range.</exception>
  2503. </member>
  2504. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.EnableEventReceivers">
  2505. <summary>Enables event receivers during import.</summary>
  2506. <returns>true if event receivers should be enabled during import; otherwise, false.</returns>
  2507. </member>
  2508. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.KeepTemporaryFiles">
  2509. <summary>Specifies whether the temporary exported files should be removed after migration.</summary>
  2510. <returns>true if exported files should be removed after migration; otherwise, false.</returns>
  2511. </member>
  2512. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.LocaleId">
  2513. <summary>A value that gets the locale identifier of the target Web site.</summary>
  2514. <returns>The locale identifier of the target Web site.</returns>
  2515. </member>
  2516. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.MigrateACLs">
  2517. <summary>Gets or sets a value indicating whether access control list entries (ACLs) should be migrated.</summary>
  2518. <returns>true if ACLs should be migrated; otherwise, false.</returns>
  2519. </member>
  2520. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.MigrationFolder">
  2521. <summary>Gets the directory for exported temporary files. </summary>
  2522. <returns>The directory for exported temporary files.</returns>
  2523. </member>
  2524. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.MigrationType">
  2525. <summary>Gets or sets a value indicating whether the migration is a first time run or is an incremental run.</summary>
  2526. <returns>true if the migration is a first time run; false if it is an incremental run.</returns>
  2527. </member>
  2528. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.NotificationEmails">
  2529. <summary>Gets the e-mail addresses to which to send notification e-mails. </summary>
  2530. <returns>A list of e-mail addresses to which to send notification e-mails.</returns>
  2531. </member>
  2532. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.RootChannel">
  2533. <summary>Gets the selected root channel to migrate from. If no value is provided or if the value is an empty string, all channels are selected.</summary>
  2534. <returns>The root channel from which to migrate.</returns>
  2535. </member>
  2536. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.RootChannelGuid">
  2537. <summary>Gets the GUID of the selected root channel.</summary>
  2538. <returns>The GUID of the selected root channel.</returns>
  2539. </member>
  2540. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.SourceDatabaseName">
  2541. <summary>Gets the source database name.</summary>
  2542. <returns>The name of the source database.</returns>
  2543. </member>
  2544. <member name="P:Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings.SourceDatabaseServer">
  2545. <summary>Gets the source database server name.</summary>
  2546. <returns>The name of the source database server.</returns>
  2547. </member>
  2548. <member name="T:Microsoft.SharePoint.Publishing.Administration.ContentMigrationType">
  2549. <summary>Defines whether the migration is the first content migration, an incremental migration after the last migration, or an incremental migration after a specified user-input time.</summary>
  2550. </member>
  2551. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentMigrationType.FullMigration">
  2552. <summary>Specifies this content migration as a full migration.</summary>
  2553. </member>
  2554. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentMigrationType.IncrementalSinceLastMigration">
  2555. <summary>Specifies this migration as an incremental migration.</summary>
  2556. </member>
  2557. <member name="F:Microsoft.SharePoint.Publishing.Administration.ContentMigrationType.IncrementalSinceWhen">
  2558. <summary>Specifies the migration as an incremental migration.</summary>
  2559. </member>
  2560. <member name="T:Microsoft.SharePoint.Publishing.Administration.DeploymentStatus">
  2561. <summary>Indicates the incremental DeploymentStatus for a single object.</summary>
  2562. </member>
  2563. <member name="M:Microsoft.SharePoint.Publishing.Administration.DeploymentStatus.#ctor">
  2564. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.Administration.DeploymentStatus"></see> object.</summary>
  2565. </member>
  2566. <member name="T:Microsoft.SharePoint.Publishing.Administration.DeploymentStatusDictionary">
  2567. <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Publishing.Administration.DeploymentStatus"></see> objects. These represent the deployment status of individual Web sites or scopes that are deployed within a specific content deployment path.</summary>
  2568. </member>
  2569. <member name="M:Microsoft.SharePoint.Publishing.Administration.DeploymentStatusDictionary.Add(Microsoft.SharePoint.Publishing.Administration.DeploymentStatus)">
  2570. <summary>Adds a <see cref="T:Microsoft.SharePoint.Publishing.Administration.DeploymentStatus"></see> object.</summary>
  2571. <param name="objectStatus">A deployment object status object.</param>
  2572. </member>
  2573. <member name="T:Microsoft.SharePoint.Publishing.Administration.EmailOptions">
  2574. <summary>Defines the conditions that will cause content migration e-mail results to be sent out.</summary>
  2575. </member>
  2576. <member name="F:Microsoft.SharePoint.Publishing.Administration.EmailOptions.NoEmail">
  2577. <summary>Prevents content migration from sending e-mail results.</summary>
  2578. </member>
  2579. <member name="F:Microsoft.SharePoint.Publishing.Administration.EmailOptions.SendEmailIfMigrationFails">
  2580. <summary>Sends e-mail if migration fails.</summary>
  2581. </member>
  2582. <member name="F:Microsoft.SharePoint.Publishing.Administration.EmailOptions.SendEmailIfMigrationSucceeds">
  2583. <summary>Sends e-mail if migration succeeds.</summary>
  2584. </member>
  2585. <member name="T:Microsoft.SharePoint.Publishing.Administration.JobReportBase">
  2586. <summary>This class describes the historical information about a content deployment or content migration job.</summary>
  2587. </member>
  2588. <member name="P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.ReportType">
  2589. <summary>Gets the P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.ReportType for the JobReport object.</summary>
  2590. <returns><see cref="T:Microsoft.SharePoint.Publishing.Administration.JobReportType"></see> for the JobReport object.</returns>
  2591. </member>
  2592. <member name="T:Microsoft.SharePoint.Publishing.Administration.JobReportType">
  2593. <summary>Enumerates Job Report types.</summary>
  2594. </member>
  2595. <member name="F:Microsoft.SharePoint.Publishing.Administration.JobReportType.ContentDeployment">
  2596. <summary>Identifies the job report as a content deployment job report.</summary>
  2597. </member>
  2598. <member name="F:Microsoft.SharePoint.Publishing.Administration.JobReportType.ContentMigration">
  2599. <summary>Identifies the job report as a content migration job report.</summary>
  2600. </member>
  2601. <member name="F:Microsoft.SharePoint.Publishing.Administration.JobReportType.Default">
  2602. <summary>Identifies the job report as the default job report type.</summary>
  2603. </member>
  2604. <member name="T:Microsoft.SharePoint.Publishing.Administration.MessageSeverity">
  2605. <summary>Enumerates the message severity levels.</summary>
  2606. </member>
  2607. <member name="F:Microsoft.SharePoint.Publishing.Administration.MessageSeverity.Error">
  2608. <summary>Identifies the message severity as an error.</summary>
  2609. </member>
  2610. <member name="F:Microsoft.SharePoint.Publishing.Administration.MessageSeverity.Informational">
  2611. <summary>Identifies the message severity as informational. </summary>
  2612. </member>
  2613. <member name="F:Microsoft.SharePoint.Publishing.Administration.MessageSeverity.Warning">
  2614. <summary>Identifies the message severity as a warning.</summary>
  2615. </member>
  2616. <member name="T:Microsoft.SharePoint.Publishing.Administration.MigrationDestinationType">
  2617. <summary>Defines whether migration is export only, import only, or export and import.</summary>
  2618. </member>
  2619. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationDestinationType.ExportAndImport">
  2620. <summary>Exports all data from a Content Management Server 2002 database and imports it to a Microsoft Office SharePoint Server 2007 site.</summary>
  2621. </member>
  2622. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationDestinationType.ExportOnly">
  2623. <summary>Exports all data from a Content Management Server 2002 database to a .cab file.</summary>
  2624. </member>
  2625. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationDestinationType.ImportOnly">
  2626. <summary>Imports all data to a Microsoft Office SharePoint Server 2007 site.</summary>
  2627. </member>
  2628. <member name="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile">
  2629. <summary>Describes the profile that defines a content migration. This class cannot be inherited.</summary>
  2630. </member>
  2631. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Cancel">
  2632. <summary>Cancels this content migration run.</summary>
  2633. </member>
  2634. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.CreateNew(System.String)">
  2635. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2636. <param name="profileName">Name of the new <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</param>
  2637. </member>
  2638. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.CreateNew(Microsoft.SharePoint.SPWeb,System.String)">
  2639. <summary>Creates a new <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object by using the web and a profileName values.</summary>
  2640. <returns>A new <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object based on web and profileName values.</returns>
  2641. <param name="web">The administration root Web.</param>
  2642. <param name="profileName">The name of the site profile.</param>
  2643. </member>
  2644. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Delete">
  2645. <summary>Deletes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object and its credentials.</summary>
  2646. </member>
  2647. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.GetInstance(System.Guid)">
  2648. <summary>Gets an instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object by using profileId.</summary>
  2649. <returns>An instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</returns>
  2650. <param name="profileId">The GUID of the migration profile.</param>
  2651. </member>
  2652. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.GetInstance(System.String)">
  2653. <summary>Gets an instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object by using profileName.</summary>
  2654. <returns>An instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see>.</returns>
  2655. <param name="profileName">The name of the site profile.</param>
  2656. </member>
  2657. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.GetInstance(Microsoft.SharePoint.SPWeb,System.Guid)">
  2658. <summary>Gets an instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2659. <returns>An instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see><see cref="object"></see>.</returns>
  2660. <param name="profileId">The name of the site profile.</param>
  2661. <param name="web">The administration root Web.</param>
  2662. </member>
  2663. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.GetInstance(Microsoft.SharePoint.SPWeb,System.String)">
  2664. <summary>Gets an instance of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2665. <param name="web">The administration root Web.</param>
  2666. <param name="profileName">The name of the site profile.</param>
  2667. </member>
  2668. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Update(System.Boolean)">
  2669. <summary>Updates this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2670. <param name="validate">A Boolean value that specifies whether the update requires validation.</param>
  2671. </member>
  2672. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Description">
  2673. <summary>Gets or sets text that describes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2674. <returns>Text that describes this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</returns>
  2675. </member>
  2676. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Id">
  2677. <summary>Gets or sets the migration profile Id for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2678. <returns>The migration profile Id for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</returns>
  2679. </member>
  2680. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.LastMigrationTime">
  2681. <summary>Gets or sets the date and time of the last content migration.</summary>
  2682. <returns>The date and time of the last content migration.</returns>
  2683. </member>
  2684. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.LatestReport">
  2685. <summary>Gets or sets the latest migration report.</summary>
  2686. <returns>The latest migration report. </returns>
  2687. </member>
  2688. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.MigrationSettings">
  2689. <summary>Gets or sets the migration settings that specify what to migrate and how to migrate it.</summary>
  2690. <returns>Migration settings that specify what to migrate and how to migrate it.</returns>
  2691. </member>
  2692. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Name">
  2693. <summary>Gets or sets the name of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2694. <returns>The name of this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</returns>
  2695. </member>
  2696. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Reports">
  2697. <summary>Gets all of the report results for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</summary>
  2698. <returns>All report results for this <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationProfile"></see> object.</returns>
  2699. </member>
  2700. <member name="P:Microsoft.SharePoint.Publishing.Administration.MigrationProfile.Status">
  2701. <summary>Gets or sets the status of this content migration run.</summary>
  2702. <returns>The status of this content migration run.</returns>
  2703. </member>
  2704. <member name="T:Microsoft.SharePoint.Publishing.Administration.MigrationReport">
  2705. <summary>Contains report data for one migration run.</summary>
  2706. </member>
  2707. <member name="T:Microsoft.SharePoint.Publishing.Administration.MigrationReportCollection">
  2708. <summary>A collection of migration reports. </summary>
  2709. </member>
  2710. <member name="M:Microsoft.SharePoint.Publishing.Administration.MigrationReportCollection.#ctor(Microsoft.SharePoint.SPListItemCollection)">
  2711. <summary>Creates a <see cref="T:Microsoft.SharePoint.Publishing.Administration.MigrationReportCollection"></see> object.</summary>
  2712. <param name="listItems"> A <see cref="T:Microsoft.SharePoint.SPListItemCollection"></see> object that represents the list items in the collection.</param>
  2713. </member>
  2714. <member name="T:Microsoft.SharePoint.Publishing.Administration.MigrationStatus">
  2715. <summary>Represents the current status of the migration.</summary>
  2716. </member>
  2717. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.AnalysisFailed">
  2718. <summary>Indicates that premigration analysis has failed.</summary>
  2719. </member>
  2720. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.AnalysisPassed">
  2721. <summary>Indicates that premigration analysis has succeeded.</summary>
  2722. </member>
  2723. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.AnalysisRunning">
  2724. <summary>Indicates that premigration analysis is running.</summary>
  2725. </member>
  2726. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.CancelInProgress">
  2727. <summary>Indicates that a cancellation has been requested for the current migration run.</summary>
  2728. </member>
  2729. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Cancelled">
  2730. <summary>Indicates that the migration has been cancelled.</summary>
  2731. </member>
  2732. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Exporting">
  2733. <summary>Indicates that the export is running.</summary>
  2734. </member>
  2735. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Failed">
  2736. <summary>Indicates that the migration has failed.</summary>
  2737. </member>
  2738. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Importing">
  2739. <summary>Indicates that the import is running.</summary>
  2740. </member>
  2741. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Initializing">
  2742. <summary>Indicates that the migration is being initialized.</summary>
  2743. </member>
  2744. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.None">
  2745. <summary>Indicates that the migration has not been started.</summary>
  2746. </member>
  2747. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Preparing">
  2748. <summary>Indicates that the migration is preparing for export.</summary>
  2749. </member>
  2750. <member name="F:Microsoft.SharePoint.Publishing.Administration.MigrationStatus.Succeeded">
  2751. <summary>Indicates that the migration has succeeded.</summary>
  2752. </member>
  2753. <member name="T:Microsoft.SharePoint.Publishing.Administration.PreMigrationAnalysisMode">
  2754. <summary>Defines whether pre-migration analysis mode should be run with migration, should be run by itself without migration, or should be skipped and migration should be run without analysis mode.</summary>
  2755. </member>
  2756. <member name="F:Microsoft.SharePoint.Publishing.Administration.PreMigrationAnalysisMode.MigrationWithAnalysis">
  2757. <summary>Specifies that migration should be run with pre-migration analysis.</summary>
  2758. </member>
  2759. <member name="F:Microsoft.SharePoint.Publishing.Administration.PreMigrationAnalysisMode.OnlyAnalysis">
  2760. <summary>Specifies that only pre-migration analysis should be run and that migration should not be run.</summary>
  2761. </member>
  2762. <member name="F:Microsoft.SharePoint.Publishing.Administration.PreMigrationAnalysisMode.SkipAnalysis">
  2763. <summary>Specifies that premigration analysis should not be run.</summary>
  2764. </member>
  2765. <member name="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs">
  2766. <summary>Contains event data about content migration.</summary>
  2767. </member>
  2768. <member name="M:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs.#ctor(System.Int32)">
  2769. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs"></see> class, including the number of objects being exported.</summary>
  2770. </member>
  2771. <member name="M:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs.#ctor(Microsoft.SharePoint.Deployment.SPDeploymentEventArgs)">
  2772. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs class"></see>, including import information.</summary>
  2773. </member>
  2774. <member name="M:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs.#ctor(System.String)">
  2775. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs"></see> class, including an export message.</summary>
  2776. </member>
  2777. <member name="M:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs.#ctor(System.Int32,System.String)">
  2778. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs"></see> class, including an export message and the number of objects being exported.</summary>
  2779. </member>
  2780. <member name="P:Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs.Message">
  2781. <summary>Specifies a message for the current event.</summary>
  2782. <returns>A string representing a message for the current event.</returns>
  2783. </member>
  2784. <member name="T:Microsoft.SharePoint.Publishing.Administration.ReportMessage">
  2785. <summary>The ReportMessage object is the base class for report messaging.</summary>
  2786. </member>
  2787. <member name="M:Microsoft.SharePoint.Publishing.Administration.ReportMessage.#ctor">
  2788. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Administration.ReportMessage"></see> object.</summary>
  2789. </member>
  2790. <member name="M:Microsoft.SharePoint.Publishing.Administration.ReportMessage.#ctor(System.String,Microsoft.SharePoint.Publishing.Administration.MessageSeverity,System.String,System.String,System.String,System.String)">
  2791. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.Administration.ReportMessage"></see>object with one or more of the following parameters defined.</summary>
  2792. <param name="description">The report message text.</param>
  2793. <param name="objectName">The name of the object with which this message is associated.</param>
  2794. <param name="phase">The job phase in which this message occurs.</param>
  2795. <param name="recommendation">A string that contains this message recommendation.</param>
  2796. <param name="title">The title of the report message.</param>
  2797. <param name="severity">The <see cref="T:Microsoft.SharePoint.Publishing.Administration.MessageSeverity"></see> object that is associated with this report message.</param>
  2798. </member>
  2799. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.Description">
  2800. <summary>Gets or sets the message description.</summary>
  2801. <returns>A string that describes the message.</returns>
  2802. </member>
  2803. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.ObjectName">
  2804. <summary>Gets or sets the object name for this message.</summary>
  2805. <returns>The name of the object with which this message is associated.</returns>
  2806. </member>
  2807. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.Recommendation">
  2808. <summary>Gets or sets the recommendation for this message.</summary>
  2809. <returns>A string that contains this message recommendation.</returns>
  2810. </member>
  2811. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.Severity">
  2812. <summary>Gets or sets the severity for this message.</summary>
  2813. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.Administration.MessageSeverity"></see> object that is associated with this message.</returns>
  2814. </member>
  2815. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.Time">
  2816. <summary>Gets or sets the time when this message occurs.</summary>
  2817. <returns>A DateTime object that represents when this <see cref="T:Microsoft.SharePoint.Publishing.Administration.ReportMessage"></see> occurs.</returns>
  2818. </member>
  2819. <member name="P:Microsoft.SharePoint.Publishing.Administration.ReportMessage.Title">
  2820. <summary>Gets or sets the title of this message.</summary>
  2821. <returns>The title of this report message.</returns>
  2822. </member>
  2823. <member name="T:Microsoft.SharePoint.Publishing.Administration.TemporaryFilesOption">
  2824. <summary>Defines whether temporary files are retained or deleted when migration is finished.</summary>
  2825. </member>
  2826. <member name="F:Microsoft.SharePoint.Publishing.Administration.TemporaryFilesOption.Always">
  2827. <summary>Specifies that temporary files are always retained.</summary>
  2828. </member>
  2829. <member name="F:Microsoft.SharePoint.Publishing.Administration.TemporaryFilesOption.Failure">
  2830. <summary>Specifies that temporary files relating to job failure are retained, and that temporary files relating to job success are deleted.</summary>
  2831. </member>
  2832. <member name="F:Microsoft.SharePoint.Publishing.Administration.TemporaryFilesOption.Never">
  2833. <summary>Specifies that temporary files are always deleted.</summary>
  2834. </member>
  2835. <member name="N:Microsoft.SharePoint.Publishing.Administration.WebServices">
  2836. <summary>The <see cref="N:Microsoft.SharePoint.Publishing.Administration.WebServices"></see> namespace contains Web services that support the classes in the <see cref="N:Microsoft.SharePoint.Publishing.Administration"></see> namespace.</summary>
  2837. </member>
  2838. <member name="T:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport">
  2839. <summary>SOAP interface for the Content Deployment Web service.</summary>
  2840. </member>
  2841. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.#ctor">
  2842. <summary>Constructs a ContentDeploymentWebService Web service instance.</summary>
  2843. </member>
  2844. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.CancelJob(System.Guid)">
  2845. <summary>Cancels a remote import job.</summary>
  2846. <param name="jobId">Job ID of job to be cancelled.</param>
  2847. </member>
  2848. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.CreateJob(System.String,System.String,System.String,System.String,Microsoft.SharePoint.Deployment.SPIncludeSecurity,Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption,System.Boolean)">
  2849. <summary>Creates a new RemoteImport content deployment job.</summary>
  2850. <param name="description">Job description.</param>
  2851. <param name="includeSecurity">Include Security settings.</param>
  2852. <param name="destinationServerUrl">Destination Server URL.</param>
  2853. <param name="destinationSiteCollection">Destination Site Collection.</param>
  2854. <param name="sourceId">Source Job ID.</param>
  2855. <param name="includeUserInfoDateTime">Include author and date and time information.</param>
  2856. <param name="enableEventReceivers">Whether to enable event receivers during import.</param>
  2857. </member>
  2858. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.DeleteJob(System.Guid)">
  2859. <summary>Deletes the specified RemoteImport job.</summary>
  2860. <param name="jobId">Job ID.</param>
  2861. </member>
  2862. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.GetJobStatus(System.Guid)">
  2863. <summary>Returns the status of the RemoteImport job.</summary>
  2864. <returns>Returns the status of the specified content deployment job.</returns>
  2865. <param name="jobId">Job ID.</param>
  2866. </member>
  2867. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.GetRemoteAdminServerUrl(System.String)">
  2868. <summary>Validates the remote destination credentials and that the Web service is configured to accept content deployment requests.</summary>
  2869. <returns>Returns the server URL for the administrator of the designated front-end Web server.</returns>
  2870. <param name="clientVersion">Client version information.</param>
  2871. </member>
  2872. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.GetSiteCollectionNames(System.String)">
  2873. <summary>Gets the names of all the site collections for the specified Web front-end server.</summary>
  2874. <returns>Names of the site collections on the specified Web front-end server.</returns>
  2875. </member>
  2876. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.GetVirtualServersInformation">
  2877. <summary>Gets the names or of the Web front-end servers on this server farm.</summary>
  2878. <returns>Name or URLs of the Web front-end servers on this server farm.</returns>
  2879. </member>
  2880. <member name="M:Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport.RunJob(System.Guid)">
  2881. <summary>Run the specified RemoteImport job.</summary>
  2882. <param name="jobId">Job ID.</param>
  2883. </member>
  2884. <member name="N:Microsoft.SharePoint.Publishing.Design.WebControls">
  2885. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  2886. </member>
  2887. <member name="T:Microsoft.SharePoint.Publishing.Design.WebControls.EditModePanelDesigner">
  2888. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  2889. </member>
  2890. <member name="M:Microsoft.SharePoint.Publishing.Design.WebControls.EditModePanelDesigner.#ctor">
  2891. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  2892. </member>
  2893. <member name="N:Microsoft.SharePoint.Publishing.Fields">
  2894. <summary>The <see cref="N:Microsoft.SharePoint.Publishing.Fields"></see> namespace contains classes that define fields, field values, and field behavior. Topics that these classes cover include base types; the Content Type ID; HTML fields, tags, and validation; image fields and field values; publishing schedule start and end dates; and summary link fields and field values.</summary>
  2895. </member>
  2896. <member name="T:Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType">
  2897. <summary>Indicates the abstract base class for rich, multi-line text field classes.</summary>
  2898. </member>
  2899. <member name="M:Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  2900. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType"></see> class.</summary>
  2901. <param name="fieldName">Name of the field to create. </param>
  2902. <param name="fields">Collection of fields into which to add the newly constructed object.</param>
  2903. </member>
  2904. <member name="M:Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  2905. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType"></see> class.</summary>
  2906. <param name="typeName">Name of the type of new field to add.</param>
  2907. <param name="displayName">Display name for the new field.</param>
  2908. <param name="fields">Collection of fields into which to add the newly constructed object.</param>
  2909. </member>
  2910. <member name="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType">
  2911. <summary>Represents a field containing <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> data.</summary>
  2912. </member>
  2913. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  2914. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType"></see> class.</summary>
  2915. <param name="fieldName">Name of the field to create.</param>
  2916. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType"></see>object.</param>
  2917. </member>
  2918. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  2919. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType"></see> class.</summary>
  2920. <param name="typeName">Name of the type of new field to add.</param>
  2921. <param name="displayName">Display name for the new field.</param>
  2922. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType"></see> object.</param>
  2923. </member>
  2924. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType.GetFieldValue(System.String)">
  2925. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> object initialized with the value parameter.</summary>
  2926. <returns>An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see>.</returns>
  2927. <param name="value">The initialization value for the constructor of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see>.</param>
  2928. </member>
  2929. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType.GetValidatedString(System.Object)">
  2930. <summary>Converts the value parameter into a validated serialized string representing a <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> object.</summary>
  2931. <returns>A string representation of the value parameter.</returns>
  2932. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see>.</param>
  2933. </member>
  2934. <member name="P:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType.FieldRenderingControl">
  2935. <summary>Returns a <see cref="T: Microsoft.SharePoint.Publishing.Fields.ContentTypeIdField"></see> Web control object for displaying and editing <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> objects for this field type.</summary>
  2936. <returns>An object of type <see cref="T: Microsoft.SharePoint.Publishing.Fields.ContentTypeIdField"></see>.</returns>
  2937. </member>
  2938. <member name="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue">
  2939. <summary>Represents the field value class for a <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType"></see> object.</summary>
  2940. </member>
  2941. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue.#ctor">
  2942. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> class.</summary>
  2943. </member>
  2944. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue.#ctor(Microsoft.SharePoint.SPContentType)">
  2945. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> class.</summary>
  2946. <param name="contentType">Initialization value.</param>
  2947. </member>
  2948. <member name="M:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue.#ctor(System.String)">
  2949. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue"></see> class.</summary>
  2950. <param name="value">Initialization value.</param>
  2951. </member>
  2952. <member name="P:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue.Id">
  2953. <summary>Returns the ID corresponding to this instance.</summary>
  2954. <returns>A <see cref="T:Microsoft.SharePoint.SPContentTypeId"></see> structure.</returns>
  2955. </member>
  2956. <member name="P:Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue.IsEmpty">
  2957. <summary>Returns true if the field value is empty.</summary>
  2958. <returns>A bool indicating whether the value is empty.</returns>
  2959. </member>
  2960. <member name="T:Microsoft.SharePoint.Publishing.Fields.HtmlField">
  2961. <summary>A publishing-extensible field type for defining rich HTML content.</summary>
  2962. </member>
  2963. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  2964. <summary>Standard public <see cref="T:Microsoft.SharePoint.SPField"></see> object constructor.</summary>
  2965. <param name="fieldName">Name of the field to create from the SPFieldCollection.</param>
  2966. <param name="fields">Collection of fields</param>
  2967. </member>
  2968. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  2969. <summary>Standard public <see cref="T:Microsoft.SharePoint.SPField"></see> object constructor for creating a new field in the <see cref="T:Microsoft.SharePoint.SPFieldCollection"></see> object.</summary>
  2970. <param name="typeName">Name of the type of new field to add.</param>
  2971. <param name="displayName">Display name for the new field.</param>
  2972. <param name="fields">Collection of fields to add the field into.</param>
  2973. </member>
  2974. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlField.GetValidatedString(System.Object)">
  2975. <summary>Takes in an HTML string and returns HTML to be stored.</summary>
  2976. <param name="value">Input HTML string.</param>
  2977. </member>
  2978. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlField.FieldRenderingControl">
  2979. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Fields.RichHtmlField"></see> control for editing values in this HtmlField property.</summary>
  2980. <returns>A RichHtmlField control object.</returns>
  2981. </member>
  2982. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlField.FieldValueType">
  2983. <returns>Returns the String type.</returns>
  2984. </member>
  2985. <member name="T:Microsoft.SharePoint.Publishing.Fields.HtmlTagValue">
  2986. <summary>Specifies the base class for classes that represent HTML tags.</summary>
  2987. </member>
  2988. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlTagValue.#ctor">
  2989. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.HtmlTagValue"></see> class.</summary>
  2990. </member>
  2991. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlTagValue.ToString">
  2992. <summary>Returns a string for an HTML tag with the current key-value attributes.</summary>
  2993. <returns>An HTML string.</returns>
  2994. </member>
  2995. <member name="T:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext">
  2996. <summary>This class handles all validation checking and HTML filtering, based on constraint properties that are set on the validation context. </summary>
  2997. </member>
  2998. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.#ctor">
  2999. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext"></see> object.</summary>
  3000. </member>
  3001. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.ValidateHtml(System.String)">
  3002. <summary>Removes unsafe or disallowed HTML markup and returns validated HTML.</summary>
  3003. <returns>The validated HTML, from which all unsafe or disallowed content is removed.</returns>
  3004. <param name="inputHtml">HTML string that is validated.</param>
  3005. </member>
  3006. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.ValidateHtml(System.String,System.Boolean@,System.Boolean@)">
  3007. <summary>Removes unsafe or disallowed HTML markup and returns validated HTML.</summary>
  3008. <returns>The validated HTML, from which all unsafe or disallowed content is removed.</returns>
  3009. <param name="urlsWereDropped">On return, this parameter is set to True if any disallowed URLs are found and removed during validation. Otherwise, set to False.</param>
  3010. <param name="tagsWereDropped">On return, this parameter is set to True if any disallowed tags are found and removed during validation. Otherwise, set to False.</param>
  3011. <param name="inputHtml">HTML string that is validated.</param>
  3012. </member>
  3013. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.ValidateImageValue(Microsoft.SharePoint.Publishing.Fields.ImageFieldValue,System.Boolean@,System.Boolean@)">
  3014. <summary>Removes unsafe or disallowed URLs and HTML markup and returns a validated imageValue parameter.</summary>
  3015. <returns>The validated image value, from which all unsafe or disallowed content is removed.</returns>
  3016. <param name="imageValue">The <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object that is validated.</param>
  3017. <param name="urlsWereDropped">On return, this parameter is set to True if any disallowed URLs were found and stripped during validation, otherwise False.</param>
  3018. <param name="tagsWereDropped">On return, this parameter is set to True if any disallowed tags were found and stripped during validation, otherwise False.</param>
  3019. </member>
  3020. <member name="M:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.ValidateLinkValue(Microsoft.SharePoint.Publishing.Fields.LinkFieldValue,System.Boolean@,System.Boolean@)">
  3021. <summary>Strips out unsafe or disallowed URLs and HTML markup and returns a validated <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</summary>
  3022. <returns>The validated LinkFieldValue object from which all unsafe or disallowed content has been removed.</returns>
  3023. <param name="urlsWereDropped">On return, this parameter is set to True if any disallowed URLs were found and stripped during validation Otherwise, set to False.</param>
  3024. <param name="linkValue">The LinkFieldValue object that will be validated.</param>
  3025. <param name="tagsWereDropped">On return, this parameter is set to True if any disallowed tags are found and removed during validation. Otherwise, set to False.</param>
  3026. </member>
  3027. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowedTagsSettingsMessage">
  3028. <summary>Gets a message—that can be read by a person—that describes the constraints and disallowed tags for the HTML in this <see cref="T:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext"></see> object.</summary>
  3029. <returns>A string that describes the groups of tags that are not allowed by this HtmlValidationContext.</returns>
  3030. </member>
  3031. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowFonts">
  3032. <summary>Gets or sets the constraint that allows font element tags to be added in the HTML.</summary>
  3033. <returns>When set to True, font element tags are allowed.</returns>
  3034. </member>
  3035. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowHeadings">
  3036. <summary>Gets or sets the constraint that allows heading tags to be added in the HTML.</summary>
  3037. <returns>Default is True.</returns>
  3038. </member>
  3039. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowHyperlinks">
  3040. <summary>Gets or sets the constraint that allows hyperlinks to be added in the HTML.</summary>
  3041. <returns>Default is True.</returns>
  3042. </member>
  3043. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowImages">
  3044. <summary>Gets or sets the constraint that allows image tags to be added in the HTML.</summary>
  3045. <returns>Default is True.</returns>
  3046. </member>
  3047. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowLists">
  3048. <summary>Gets or sets the constraint that allows list tags to be added in the HTML.</summary>
  3049. <returns>Default is True.</returns>
  3050. </member>
  3051. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowTables">
  3052. <summary>Gets or sets the constraint that allows table handling tags to be added in the HTML.</summary>
  3053. <returns>Default is True.</returns>
  3054. </member>
  3055. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.AllowTextMarkup">
  3056. <summary>Gets or sets the constraint that allows explicit text markup tags, such as bold and italic, to be added in the HTML.</summary>
  3057. <returns>Default is True.</returns>
  3058. </member>
  3059. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.GuidOfThisSiteCollection">
  3060. <summary>Gets or sets the GUID of the current site collection.</summary>
  3061. <returns>GUID that contains the identifier of the current site collection.</returns>
  3062. </member>
  3063. <member name="P:Microsoft.SharePoint.Publishing.Fields.HtmlValidationContext.RestrictUrlsToSiteCollection">
  3064. <summary>Gets or sets the constraint that forces all URLs to point to the current site collection.</summary>
  3065. <returns>A Boolean value that indicates whether to force all URLs to point to the current site collection.</returns>
  3066. </member>
  3067. <member name="T:Microsoft.SharePoint.Publishing.Fields.ImageField">
  3068. <summary>Represents a field that contains <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> data.</summary>
  3069. </member>
  3070. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  3071. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageField"></see> class.</summary>
  3072. <param name="fieldName">Name of the field to create.</param>
  3073. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see>object.</param>
  3074. </member>
  3075. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  3076. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageField"></see> class.</summary>
  3077. <param name="typeName">Name of the type of new field to add.</param>
  3078. <param name="displayName">Display name for the new field.</param>
  3079. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object.</param>
  3080. </member>
  3081. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageField.GetFieldValue(System.String)">
  3082. <summary>Returns an <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object initialized with the HTML markup string value parameter.</summary>
  3083. <param name="value">HTML markup string for an &lt;IMG&gt; tag.</param>
  3084. </member>
  3085. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageField.GetValidatedString(System.Object)">
  3086. <summary>Returns an HTML string corresponding to an &lt;IMG&gt; tag with properties as specified in the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see>value parameter.</summary>
  3087. <returns>An HTML string. </returns>
  3088. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see>.</param>
  3089. </member>
  3090. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageField.FieldRenderingControl">
  3091. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RichImageField"></see> control for editing and displaying <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> objects.</summary>
  3092. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RichImageField"></see> control object.</returns>
  3093. </member>
  3094. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageField.FieldValueType">
  3095. <summary>Returns typeof(<see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see>).</summary>
  3096. <returns>An object of type System.Type representing the <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> type.</returns>
  3097. </member>
  3098. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageField.PreviewValueTyped">
  3099. <summary>Returns an HTML string of an &lt;IMG&gt; tag with default property values representing a preview of <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> data for fields of this type.</summary>
  3100. <returns>An HTML string.</returns>
  3101. </member>
  3102. <member name="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue">
  3103. <summary>A field value class for an <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageField"></see> object that represents an IMG tag and specific key attributes for that tag.</summary>
  3104. </member>
  3105. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.#ctor">
  3106. <summary>Constructs a new empty instance of a <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object.</summary>
  3107. </member>
  3108. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.#ctor(System.String)">
  3109. <summary>Constructs a new instance of a <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object using an &lt;IMG&gt; tag in the inputHTML parameter.</summary>
  3110. <param name="inputHtml">HTML string containing an &lt;IMG&gt; tag with a src attribute. Optionally includes other recognized attributes.</param>
  3111. </member>
  3112. <member name="M:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.ToString">
  3113. <summary>Returns an HTML string with an &lt;IMG&gt; tag with properties as they are currently set in this object.</summary>
  3114. <returns>An HTML string with an &lt;IMG&gt; tag with properties as they are currently set in this object.</returns>
  3115. </member>
  3116. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.Alignment">
  3117. <summary>Gets or sets the alignment of the Image object in relation to other elements on the Web page.</summary>
  3118. <returns>The alignment of the Image in relation to other elements on the Web page.Default is an empty string.</returns>
  3119. </member>
  3120. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.AlternateText">
  3121. <summary>Gets or sets the alternate text that appears as an image tooltip or when the image is unavailable.</summary>
  3122. <returns>Default is an empty string.</returns>
  3123. </member>
  3124. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.BorderWidth">
  3125. <summary>Gets or sets the width of the border around the image.</summary>
  3126. <returns>The width of the border around the image. The default is 0.</returns>
  3127. </member>
  3128. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.Height">
  3129. <summary>Gets or sets the explicit height, in pixels, used to allow a Web browser to scale the image. </summary>
  3130. <returns>Default is 0.</returns>
  3131. </member>
  3132. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.HorizontalSpacing">
  3133. <summary>Gets or sets the horizontal spacing, in pixels, on the right and left side of the image.</summary>
  3134. <returns>The horizontal spacing on the left and right, in pixels. Default is 0.</returns>
  3135. </member>
  3136. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.Hyperlink">
  3137. <summary>Gets or sets the URL for the optional hyperlink on this image.</summary>
  3138. <returns>The URL for a hyperlink around this image.Default is an empty string, which means that the image has no hyperlink &lt;A&gt; tag.</returns>
  3139. </member>
  3140. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.ImageUrl">
  3141. <summary>Gets or sets the URL of the image for this <see cref="T:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue"></see> object.</summary>
  3142. <returns>The URL of the image for this ImageFieldValue object. Default is an empty string, which means that the entire value is considered empty.The value of this property is the src attribute of the &lt;IMG&gt; tag in the ToString output.</returns>
  3143. </member>
  3144. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.OpenHyperlinkInNewWindow">
  3145. <summary>Gets or sets a Boolean value that determines whether to open an image hyperlink URL in a new window when the link is clicked.</summary>
  3146. <returns>A Boolean value that determines whether any image hyperlink URL opens in a new window.If set to True, any image hyperlink URL opens in a new window. Otherwise, set to False.Default is False.</returns>
  3147. </member>
  3148. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.VerticalSpacing">
  3149. <summary>Gets or sets the vertical spacing, in pixels, on the top and bottom of the image.</summary>
  3150. <returns>The vertical spacing on the top and bottom of the image, in pixels. Default is 0.</returns>
  3151. </member>
  3152. <member name="P:Microsoft.SharePoint.Publishing.Fields.ImageFieldValue.Width">
  3153. <summary>Gets or sets the explicit width, in pixels, that can be used to allow a Web browser to scale the image.</summary>
  3154. <returns>The explicit width in pixels used to allow a Web browser to scale the image. Default is 0.</returns>
  3155. </member>
  3156. <member name="T:Microsoft.SharePoint.Publishing.Fields.LayoutVariationsField">
  3157. <summary>Represents of a field whose data items are single lines of text specifying layout variations.</summary>
  3158. </member>
  3159. <member name="T:Microsoft.SharePoint.Publishing.Fields.LinkField">
  3160. <summary>Represents a SharePoint field that contains data of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue."></see></summary>
  3161. </member>
  3162. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  3163. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> class.</summary>
  3164. <param name="fieldName">Name of the field to create.</param>
  3165. <param name="fields">Collection of fields into which to add the newly created <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> object.</param>
  3166. </member>
  3167. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  3168. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> class.</summary>
  3169. <param name="typeName">Name of the type of the created field.</param>
  3170. <param name="displayName">Display name of the created field.</param>
  3171. <param name="fields">Collection of fields into which to add the newly created <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see>object.</param>
  3172. </member>
  3173. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkField.GetFieldValue(System.String)">
  3174. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> object initialized with the HTML markup string value parameter.</summary>
  3175. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</returns>
  3176. <param name="value">HTML markup string for an &lt;A&gt; tag.</param>
  3177. </member>
  3178. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkField.GetValidatedString(System.Object)">
  3179. <summary>Returns the HTML string corresponding to an &lt;A&gt; tag with properties as specified in the value parameter.</summary>
  3180. <returns>An HTML string.</returns>
  3181. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see>.</param>
  3182. </member>
  3183. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkField.FieldRenderingControl">
  3184. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RichLinkField"></see> control for editing and displaying <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> objects.</summary>
  3185. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RichLinkField"></see> control object.</returns>
  3186. </member>
  3187. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkField.FieldValueType">
  3188. <summary>Returns typeof(<see cref="T:Microsoft.SharePoint.Publishing.Fields."></see>).</summary>
  3189. <returns>An object of type System.Type.</returns>
  3190. </member>
  3191. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkField.PreviewValueTyped">
  3192. <summary>Returns an HTML string of an &lt;A&gt; tag with default property values representing a preview of <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> data for fields of this type.</summary>
  3193. <returns>An HTML string.</returns>
  3194. </member>
  3195. <member name="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue">
  3196. <summary>A field value class for a <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> object that represents an &lt;A&gt; tag and specific key attributes for that tag.</summary>
  3197. </member>
  3198. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.#ctor">
  3199. <summary>Constructs a new empty instance of a <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</summary>
  3200. </member>
  3201. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.#ctor(System.String)">
  3202. <summary>Uses an &lt;A&gt; tag in the inputHtml to construct a new instance of a <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object from an HTML string.</summary>
  3203. <param name="inputHtml">HTML string that contains an &lt;A&gt; tag with an href attribute and optionally other recognized attributes that is used to initialize a new <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</param>
  3204. </member>
  3205. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.GetDefaultDisplayText(System.String)">
  3206. <summary>Returns default display text to use for the inputUrl.</summary>
  3207. <returns>The default display text for the inputUrl.</returns>
  3208. <param name="inputUrl">URL to get default display text for.</param>
  3209. </member>
  3210. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.GetDefaultIconUrl(System.String,Microsoft.SharePoint.SPWeb)">
  3211. <summary>Returns a URL to a default Microsoft Office SharePoint Server 2007 type icon to use for the file type in the inputUrl.</summary>
  3212. <returns>A URL to a default Microsoft Office SharePoint Server 2007 type icon to use for the file type in the inputUrl.</returns>
  3213. <param name="inputUrl">URL for which to get default type icon.</param>
  3214. <param name="web">Web to use for looking up the correct type icon URL.</param>
  3215. </member>
  3216. <member name="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.ToString">
  3217. <summary>Returns an HTML string with an &lt;A&gt; tag and properties with values as currently set for this <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</summary>
  3218. <returns>An HTML string with an &lt;A&gt; tag and properties with values as currently set for this LinkFieldValue, or an empty string.</returns>
  3219. </member>
  3220. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.IconUrl">
  3221. <summary>Gets or sets the URL for the optional icon image that is displayed with this <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkField"></see> object.</summary>
  3222. <returns>The URL for an optional icon image or an empty string.</returns>
  3223. </member>
  3224. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.NavigateUrl">
  3225. <summary>Gets or sets the URL of the hyperlink to this <see cref="T:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue"></see> object.</summary>
  3226. <returns>Returns the URL of the link to this LinkFieldValue object or an empty string. The value of this property is the href attribute in the &lt;A&gt; tag in the <see cref="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.ToString"></see> output.</returns>
  3227. </member>
  3228. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.Target">
  3229. <summary>Gets or sets the target window of the hyperlink value.</summary>
  3230. <returns>Either the target window or frame that displays the Web page content that is linked to when the link is clicked, or an empty string.Empty string is the default.</returns>
  3231. </member>
  3232. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.Text">
  3233. <summary>Gets or sets the text that is displayed for the hyperlink.</summary>
  3234. <returns>The text displayed in the hyperlink.The content in the &lt;A&gt; tag in the <see cref="M:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.ToString"></see> output.</returns>
  3235. </member>
  3236. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.ToolTip">
  3237. <summary>Gets or sets the text that is displayed on the hyperlink's tooltip.</summary>
  3238. <returns>The default is an empty string.</returns>
  3239. </member>
  3240. <member name="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.UseDefaultIcon">
  3241. <summary>Gets or sets a value that determines whether an <see cref="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.IconUrl"></see> property is the default URL that is looked up, based on the <see cref="P:Microsoft.SharePoint.Publishing.Fields.LinkFieldValue.NavigateUrl"></see> property.</summary>
  3242. <returns>A flag that determines whether an IconUrl defaults to the type icon based on the NavigateUrl. The default is False.If set to True, the IconUrl defaults to the type icon based on the NavigateUrl. Otherwise, set to False.</returns>
  3243. </member>
  3244. <member name="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField">
  3245. <summary>Represents a field containing publishing schedule end dates.</summary>
  3246. </member>
  3247. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  3248. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField"></see> class.</summary>
  3249. <param name="fieldName">Name of the new field to add.</param>
  3250. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField"></see> object.</param>
  3251. </member>
  3252. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  3253. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField"></see> class.</summary>
  3254. <param name="typeName">Name of the type of new field to add.</param>
  3255. <param name="displayName">Display name for the new field.</param>
  3256. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleEndDateField"></see> object.</param>
  3257. </member>
  3258. <member name="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleFieldBase">
  3259. <summary>Represents the abstract base class for publishing schedule date field classes.</summary>
  3260. </member>
  3261. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleFieldBase.GetFieldValue(System.String)">
  3262. <summary>Returns the field value object corresponding to this field and initialized with the string value parameter.</summary>
  3263. <param name="value">Initialization parameter for the field value object.</param>
  3264. </member>
  3265. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleFieldBase.GetValidatedString(System.Object)">
  3266. <summary>Returns a serialized, validated string representation of the value object.</summary>
  3267. <param name="value">A field value object corresponding to this field.</param>
  3268. </member>
  3269. <member name="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField">
  3270. <summary>Represents a field containing publishing schedule start dates.</summary>
  3271. </member>
  3272. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  3273. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField"></see> class.</summary>
  3274. <param name="fieldName">Name of the new field to add.</param>
  3275. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField"></see> object.</param>
  3276. </member>
  3277. <member name="M:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  3278. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField"></see> class.</summary>
  3279. <param name="typeName">Name of the type of new field to add.</param>
  3280. <param name="displayName">Display name for the new field.</param>
  3281. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField"></see> object.</param>
  3282. </member>
  3283. <member name="P:Microsoft.SharePoint.Publishing.Fields.PublishingScheduleStartDateField.FieldRenderingControl">
  3284. <summary>Returns a <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl"></see> object for editing the value objects for this field.</summary>
  3285. <returns>An object of type <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl"></see>.</returns>
  3286. </member>
  3287. <member name="T:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException">
  3288. <summary>Represents the exception that is thrown when an error involving a <see cref="T:Microsoft.Office.Server.Infrastructure.SafeHtmlWrapper"></see> method occurs.</summary>
  3289. </member>
  3290. <member name="M:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException.#ctor">
  3291. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException"></see> class.</summary>
  3292. </member>
  3293. <member name="M:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException.#ctor(System.String)">
  3294. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException"></see> class with the given message parameter.</summary>
  3295. <param name="message">The error message that explains the reason for the exception.</param>
  3296. </member>
  3297. <member name="M:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException.#ctor(System.String,System.Exception)">
  3298. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException"></see> class with the specified error message and a reference to the inner exception that is the cause of the exception.</summary>
  3299. <param name="exception">The exception that is the cause of the current exception. If the exception parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.</param>
  3300. <param name="message">The error message that explains the reason for the exception.</param>
  3301. </member>
  3302. <member name="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField">
  3303. <summary>Represents a field that contains <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see> data.</summary>
  3304. </member>
  3305. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
  3306. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField"></see> class.</summary>
  3307. <param name="fieldName">Name of the field to create.</param>
  3308. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField"></see> object.</param>
  3309. </member>
  3310. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
  3311. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField"></see> class.</summary>
  3312. <param name="typeName">Name of the type of new field to add.</param>
  3313. <param name="displayName">Display name for the new field.</param>
  3314. <param name="fields">Collection of fields into which to add the newly constructed <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField"></see> object.</param>
  3315. </member>
  3316. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.GetFieldValue(System.String)">
  3317. <summary>Returns a <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see> object initialized with the value parameter.</summary>
  3318. <returns>An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see>.</returns>
  3319. <param name="value">String initialization value.</param>
  3320. </member>
  3321. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.GetFieldValueAsHtml(System.Object)">
  3322. <summary>Converts the value parameter into its string representation formatted as HTML.</summary>
  3323. <returns>An HTML string.</returns>
  3324. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see>.</param>
  3325. </member>
  3326. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.GetFieldValueAsText(System.Object)">
  3327. <summary>Converts the value parameter into its serialized string representation.</summary>
  3328. <returns>The string representation of the value parameter.</returns>
  3329. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see>.</param>
  3330. </member>
  3331. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.GetValidatedString(System.Object)">
  3332. <summary>Returns the serialized, validated string representation of the value parameter.</summary>
  3333. <returns>The serialized, validated string representation of the value parameter.</returns>
  3334. <param name="value">An object of type <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see>.</param>
  3335. </member>
  3336. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkField.FieldValueType">
  3337. <summary>Returns typeof(<see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see>).</summary>
  3338. <returns>An object of type System.Type representing the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see> type.</returns>
  3339. </member>
  3340. <member name="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue">
  3341. <summary>This class contains both configuration properties and instance data for <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> objects.</summary>
  3342. </member>
  3343. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.#ctor">
  3344. <summary>Constructs a new empty <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see> object.</summary>
  3345. </member>
  3346. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.#ctor(System.String)">
  3347. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue"></see> from a serialized string.</summary>
  3348. <param name="serializedValue">Serialized string that is used to construct the SummaryLinkFieldValue object.</param>
  3349. </member>
  3350. <member name="M:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.ToString">
  3351. <summary>Gets the serialized representation of this <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkValue"></see> object.</summary>
  3352. <returns>Serialized representation of the <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkValue"></see> object. </returns>
  3353. </member>
  3354. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.DisplayColumns">
  3355. <summary>Gets or sets the number of columns to use when rendering the data.</summary>
  3356. <returns>An integer that represents the number of columns to use when rendering the data.</returns>
  3357. </member>
  3358. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.GetLinksAsHtml">
  3359. <summary>Gets the summary link titles as HTML markup.</summary>
  3360. <returns>Summary link titles as HTML markup.</returns>
  3361. </member>
  3362. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.GetLinksAsText">
  3363. <summary>Gets the summary link titles as text.</summary>
  3364. <returns>Summary link titles as text.</returns>
  3365. </member>
  3366. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.Groups">
  3367. <summary>Gets the available groups that are allowed for a <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> object.</summary>
  3368. <returns>The collection of available groups that are allowed for a SummaryLink object.</returns>
  3369. </member>
  3370. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.GroupStyle">
  3371. <summary>Gets or sets the default style for the available groups that are allowed for a <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> object.</summary>
  3372. <returns>The default style for the available groups that are allowed for a <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> object.</returns>
  3373. </member>
  3374. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.LinkStyle">
  3375. <summary>Gets or sets the default style for links.</summary>
  3376. <returns>The default style for links.</returns>
  3377. </member>
  3378. <member name="P:Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue.SummaryLinks">
  3379. <summary>Gets the collection of <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> objects that belong to this <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkValue"></see> object.</summary>
  3380. <returns>The collection of <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLink"></see> objects that belong to this <see cref="T:Microsoft.SharePoint.Publishing.Fields.SummaryLinkValue"></see> object.</returns>
  3381. </member>
  3382. <member name="N:Microsoft.SharePoint.Publishing.Navigation">
  3383. <summary>The <see cref="N:Microsoft.SharePoint.Publishing.Navigation"></see> namespace contains classes that represent the node, typing, collection, data source, provider, and proxy functionality that supports Microsoft Office SharePoint Server 2007 navigation.</summary>
  3384. </member>
  3385. <member name="T:Microsoft.SharePoint.Publishing.Navigation.CachedObjectSiteMapNode">
  3386. <summary>Base class for any node types, based on cached representations of Microsoft Windows SharePoint Services objects.</summary>
  3387. </member>
  3388. <member name="T:Microsoft.SharePoint.Publishing.Navigation.NavigationComparer">
  3389. <summary>Implements the generic IComparer interface that can sort PortalSiteMapNodes for a given locale by title or date, and by ascending or descending order,</summary>
  3390. </member>
  3391. <member name="M:Microsoft.SharePoint.Publishing.Navigation.NavigationComparer.#ctor(Microsoft.SharePoint.Publishing.OrderingMethod,Microsoft.SharePoint.Publishing.AutomaticSortingMethod,System.Boolean,System.Int32)">
  3392. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.Navigation.NavigationComparer"></see> object.</summary>
  3393. </member>
  3394. <member name="M:Microsoft.SharePoint.Publishing.Navigation.NavigationComparer.SortNavigationNodes(System.Collections.Generic.List{Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode})">
  3395. <summary>Uses the specified configuration to sort the specified list.</summary>
  3396. <param name="nodes">The list of PortalSiteMapNodes to be sorted.</param>
  3397. </member>
  3398. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalHierarchicalDataSourceView">
  3399. <summary>HierarchicalDataSourceView used by the PortalSiteMapDataSource class.</summary>
  3400. </member>
  3401. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalHierarchicalEnumerable">
  3402. <summary>IHierarchicalEnumerable implementation used by the PortalSiteMapDataSource class.</summary>
  3403. </member>
  3404. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalHierarchyData">
  3405. <summary>IHierachyData implementation used by PortalSiteMapDataSource class.</summary>
  3406. </member>
  3407. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalHierarchyData.#ctor(Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource,Microsoft.SharePoint.Publishing.Navigation.PortalHierarchyData,Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode)">
  3408. <summary>PortalHiearchyData constructor.</summary>
  3409. <param name="owner">PortalSiteMapDataSource that owns this object.</param>
  3410. <param name="inner">PortalSiteMapNode that this object wraps.</param>
  3411. <param name="parent">Parent PortalHierarhyData object.</param>
  3412. </member>
  3413. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalListItemSiteMapNode">
  3414. <summary>The <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> class for list items.</summary>
  3415. </member>
  3416. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalListItemSiteMapNode.Item(System.Guid)">
  3417. <summary>Indexer into field data by field ID.</summary>
  3418. <returns>A reference to the object that is the field value.</returns>
  3419. </member>
  3420. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalListItemSiteMapNode.Item(System.String)">
  3421. <summary>Indexer into field data by field name.</summary>
  3422. <returns>A reference to the object that is the field value.</returns>
  3423. </member>
  3424. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalListSiteMapNode">
  3425. <summary>Lists derived from the PortalSiteMapNode class.</summary>
  3426. </member>
  3427. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalListSiteMapNode.GetQueryForView(System.Guid)">
  3428. <summary>Gets the query associated with a given view that is defined on this list.</summary>
  3429. <returns>String that represents the Collaborative Application Markup Language (CAML) query.</returns>
  3430. <param name="viewId">ID of the view being queried.</param>
  3431. </member>
  3432. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalNavigationType">
  3433. <summary>Options that specify where the provider should get its SPNavigationNode links from and which include or hide settings to respect.</summary>
  3434. </member>
  3435. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalNavigationType.Combined">
  3436. <summary>Use global navigation if the Web site does not inherit its global navigation, use current navigation if the Web site does inherit its global navigation.</summary>
  3437. </member>
  3438. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalNavigationType.Current">
  3439. <summary>Include SPNavigationNodes from navigation in the QuickLaunch collection in Microsoft Windows SharePoint Services; respect current inheritance settings and include or hide settings.</summary>
  3440. </member>
  3441. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalNavigationType.Global">
  3442. <summary>Include SPNavigationNodes from navigation in the TopNavigationBar collection of Windows SharePoint Services; respect global inheritance and include or hide settings.</summary>
  3443. </member>
  3444. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource">
  3445. <summary>ASP.NET hierarchical data source that is used with the PortalSiteMapProvider class.</summary>
  3446. </member>
  3447. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.TrimNode(Microsoft.SharePoint.Publishing.Navigation.PortalHierarchyData)">
  3448. <summary>Method passed to each item that is returned by the data source, so that various types of trimming may be optionally applied.</summary>
  3449. <param name="data">PortalHierarchyData object that represents a particular item in navigation.</param>
  3450. </member>
  3451. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode">
  3452. <summary>Specifies the base class for the nodes returned by the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object. </summary>
  3453. </member>
  3454. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.#ctor(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,System.String,Microsoft.SharePoint.Publishing.NodeTypes,System.String,System.String,System.String)">
  3455. <summary>Specifies the constructor for the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> class.</summary>
  3456. <param name="type">The type of the PortalWebSiteMapNode object.</param>
  3457. <param name="description">The description of the PortalWebSiteMapNode object, displayed as a tool tip by some UI controls.</param>
  3458. <param name="webNode">The <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode"></see> object that represents the Web site that owns this node in navigation.</param>
  3459. <param name="url">The URL of the PortalWebSiteMapNode object, usually the destination of a link when rendered by a UI control.</param>
  3460. <param name="title">The title of the PortalWebSiteMapNode object, usually the displayed label of a link when it is rendered by a UI control.</param>
  3461. <param name="key">A string used to identify this PortalWebSiteMapNode.</param>
  3462. </member>
  3463. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.audience">
  3464. <summary>Specifies a field that contains a string that represents the audience to display this PortalSiteMapNode object to.</summary>
  3465. </member>
  3466. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.createdDate">
  3467. <summary>Specifies a field that contains a DateTime value that represents the creation date for this PortalSiteMapNode object.</summary>
  3468. </member>
  3469. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.internalTitle">
  3470. <summary>Specifies the field that contains a string that represents the title of this PortalSiteMapNode object.</summary>
  3471. </member>
  3472. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.internalUrl">
  3473. <summary>Specifies the field that contains a string that represents the URL of this PortalSiteMapNode object.</summary>
  3474. </member>
  3475. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.lastModifiedDate">
  3476. <summary>Specifies a field that contains a DateTime value that represents the date of the last modification of this PortalSiteMapNode object.</summary>
  3477. </member>
  3478. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.navigationChildren">
  3479. <summary>Specifies a cached collection of the child navigation nodes.</summary>
  3480. </member>
  3481. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.type">
  3482. <summary>Specifies a field that contains a value that determines the type of this PortalSiteMapNode object.</summary>
  3483. </member>
  3484. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.webNode">
  3485. <summary>Specifies a field that contains the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode"></see> object that represents the Web site that owns this node in navigation.</summary>
  3486. </member>
  3487. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(Microsoft.SharePoint.Publishing.NodeTypes)">
  3488. <summary>Specifies the main entry point to get this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object's child navigation node.</summary>
  3489. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.SiteMapNodeCollection"></see> object containing this node's child navigation nodes.</returns>
  3490. <param name="includedHiddenTypes">Specifies which node types to return even if the nodes are hidden.</param>
  3491. </member>
  3492. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.OrderingMethod,Microsoft.SharePoint.Publishing.AutomaticSortingMethod,System.Boolean,System.Int32)">
  3493. <summary>Specifies the main entry point to get this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapMode"></see> child navigation node.</summary>
  3494. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.NavigationSiteMapNodeCollection"></see> object containing this node's child navigation nodes.</returns>
  3495. <param name="ascending">Specifies whether to return results in ascending or descending order when using automatic sorting.</param>
  3496. <param name="ordering">Specifies the method to use to order the nodes.</param>
  3497. <param name="includedTypes">Specifies the node types to return.</param>
  3498. <param name="lcid">Specifies the locale ID to use if using automatic sorting.</param>
  3499. <param name="method">Specifies the type to use when using automatic sorting.</param>
  3500. <param name="includedHiddenTypes">Specifies the node types to return even if the nodes are hidden.</param>
  3501. </member>
  3502. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationParent">
  3503. <summary>Specifies the main entry node to get to this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object's navigation parent node.</summary>
  3504. <returns>Entry node into this PortalSiteMapNode's navigation parent node.</returns>
  3505. </member>
  3506. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.IsDescendantOf(System.Web.SiteMapNode)">
  3507. <summary>Determines if this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> is a descendant of the supplied node, and caches the result.</summary>
  3508. <returns>Boolean value that indicates if this SiteMapNode is a descendant of the supplied node.</returns>
  3509. <param name="node">Specifies the node from which this SiteMapNode might descend.</param>
  3510. </member>
  3511. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.Audience">
  3512. <summary>Gets a string that represents the audience to display this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object to. </summary>
  3513. <returns>String that represents the audience to display this PortalSiteMapNode object to.</returns>
  3514. </member>
  3515. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.CreatedDate">
  3516. <summary>Gets the date and time of creations for this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3517. <returns>Date and time of creations for this PortalSiteMapNode object.</returns>
  3518. </member>
  3519. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.HasChildNodes">
  3520. <summary>Gets Boolean data that can indicate whether this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object has children.</summary>
  3521. <returns>Boolean data that can indicate whether this PortalSiteMapNode object has children.</returns>
  3522. </member>
  3523. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.InternalTitle">
  3524. <summary>Gets the title of this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3525. <returns>Returns the title of this object without encoding, even if encoding is specified on the provider.</returns>
  3526. </member>
  3527. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.InternalUrl">
  3528. <summary>Gets the internal or canonical URL for this <see cref="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3529. <returns>Returns the internal or canonical URL of this PortalSiteMapNode.</returns>
  3530. </member>
  3531. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.IsVisible">
  3532. <summary>Gets whether this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object should be displayed in navigation.</summary>
  3533. <returns>Indicates whether to display this PortalSiteMapNode in navigation.</returns>
  3534. </member>
  3535. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.LastModifiedDate">
  3536. <summary>Gets the date and time of the last modification for this <see cref="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3537. <returns>The date and time of the last modification for this PortalSiteMapNode object.</returns>
  3538. </member>
  3539. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.PortalProvider">
  3540. <summary>Gets a new instance of the <see cref="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object when the current PortalSiteMapNode object is invalidated.</summary>
  3541. <returns>A new instance of the PortalSiteMapNode object.</returns>
  3542. </member>
  3543. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.Target">
  3544. <summary>Gets a string representing the _target property on the link rendered to represent this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3545. <returns>String representing the _target property on the link rendered to represent this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</returns>
  3546. </member>
  3547. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.WebId">
  3548. <summary>Gets the GUID of the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode"></see> object to which this <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object is associated.</summary>
  3549. <returns>GUID of the PortalWebSiteMapNode object to which this PortalSiteMapNode is associated.</returns>
  3550. </member>
  3551. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.WebNode">
  3552. <summary>Gets a new instance of the <see cref="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode"></see> object when the current PortalWebSiteMapNode instance is invalidated.</summary>
  3553. <returns>Each PortalWebSiteMapNode object is tied to a <see cref="T:Microsoft.SharePoint.Publishing.PortalSiteMapNode"></see> object to control invalidation. Whenever the <see cref="T:Microsoft.SharePoint.Publishing.PublishingWeb"></see> object or any object the PortalWebSiteMapNode object contains changes, all PortalWebSiteMapNode objects associated with the corresponding PortalSiteMapNode object are invalidated. New instances are created when required.</returns>
  3554. </member>
  3555. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider">
  3556. <summary>Provides PortalSiteMapNode objects that represent a merging of the Microsoft Windows SharePoint Services 3.0<see cref="T:Microsoft.SharePoint.SPNavigation"></see> store and dynamic site structure, including sites and pages. </summary>
  3557. </member>
  3558. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.#ctor">
  3559. <summary>Specifies the default constructor for the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> class.</summary>
  3560. </member>
  3561. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.currentSite">
  3562. <summary>Field that contains a <see cref="T:Microsoft.SharePoint.SPSite"></see> object that represents the current site.</summary>
  3563. </member>
  3564. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.currentWeb">
  3565. <summary>Field that contains an <see cref="T:Microsoft.SharePoint.SPWeb"></see> object that represents the current Web site.</summary>
  3566. </member>
  3567. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.EmptyCollection">
  3568. <summary>A field that contains a read-only empty <see cref="T:Microsoft.SharePoint.Publishing.SiteMapNodeCollection"></see> object.</summary>
  3569. </member>
  3570. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CreateAdditionalSiteMapNodes(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode)">
  3571. <summary>Allows addition of <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object under any PortalWebSiteMapNode object.</summary>
  3572. <returns>A PortalSiteMapNodeCollection object that represents nodes to add beneath a passed Web node.</returns>
  3573. <param name="webNode">PortalWebSiteMapNode object that represents a particular Web in navigation.</param>
  3574. </member>
  3575. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CreateCustomSiteMapNode(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,Microsoft.SharePoint.Navigation.SPNavigationNode,Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode)">
  3576. <summary>Allows custom handling of any SPNavigationNode objects marked as "Custom".</summary>
  3577. <returns>The PortalSiteMapNode object that represents the custom SPNavigationNode object.</returns>
  3578. <param name="webNode">PortalWebSiteMapNode object that represents the Web site containing the SPNavigationNode object.</param>
  3579. <param name="node">SPNavigationNode object marked as a custom node.</param>
  3580. <param name="parentNode">PortalSiteMapNode object that is this node's parent in navigation.</param>
  3581. </member>
  3582. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CreateErrorPortalSiteMapNode(System.Exception,System.String)">
  3583. <summary>
  3584. This member is reserved for internal use and is not intended to be used directly from your code.
  3585. </summary>
  3586. <param name="url">Url</param>
  3587. <param name="e">Exception</param>
  3588. </member>
  3589. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CreateErrorSiteMapNodeCollection(System.Exception,System.String)">
  3590. <summary>
  3591. This member is reserved for internal use and is not intended to be used directly from your code.
  3592. </summary>
  3593. <param name="url">Url</param>
  3594. <param name="e">Exception</param>
  3595. </member>
  3596. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.FindSiteMapNode(System.String)">
  3597. <summary>Returns the PortalSiteMapNode object for a specified URL and context.</summary>
  3598. <returns>A PortalSiteMapNode object that represents the item at the requested URL.</returns>
  3599. <param name="rawUrl">URL of the requested node.</param>
  3600. <param name="currentContext">SPWeb object that exists within the context of a particular user. For example, this parameter can be the SPContext.Current.Web object for the current user.</param>
  3601. </member>
  3602. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetCachedList(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,System.String,Microsoft.SharePoint.SPWeb)">
  3603. <summary>Gets a PortalListSiteMapNode object that represents a specified <see cref="T:Microsoft.SharePoint.SPList"></see> object.</summary>
  3604. <param name="webNode">PortalWebSiteMapNode object that represents the Web site that contains the list of interest.</param>
  3605. <param name="contextWeb">Web site that exists within the context of the current user. For example, this parameter can be set to SPContext.Current.Web.</param>
  3606. <param name="listName">Name of the list of interest.</param>
  3607. </member>
  3608. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetCachedListItemsByQuery(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,System.String,Microsoft.SharePoint.SPQuery,Microsoft.SharePoint.SPWeb)">
  3609. <summary>Gets a collection of PortalListItemSiteMapNode objects that represent the list items returned by a specified query.</summary>
  3610. <returns>A SiteMapNodeCollection object that contains PortalListItemSiteMapNode objects that represent the items returned by the query.</returns>
  3611. <param name="webNode">PortalWebSiteMapNode object that represents the Web site that contains the list of interest.</param>
  3612. <param name="contextWeb">SPWeb object that exists within the context of a particular user. For example, this parameter can specify the SPContext.Current.Web object for the current user.</param>
  3613. <param name="query">SPQuery object to run against the list.</param>
  3614. <param name="listName">Name of the list of interest.</param>
  3615. </member>
  3616. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetCachedSiteDataQuery(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,Microsoft.SharePoint.SPSiteDataQuery,Microsoft.SharePoint.SPWeb)">
  3617. <summary>Returns the cached result of a SiteDataQuery object. </summary>
  3618. <returns>The result returns only major or minor versions, not items that are checked out to the current user.</returns>
  3619. <param name="webNode">PortalWebSiteMapNode object that represents the Web site that contains the data.</param>
  3620. <param name="contextWeb">SPWeb object that exists within the context of a particular user. For example, this parameter can specify the SPContext.Current.Web object.</param>
  3621. <param name="query">SPSiteDataQuery to run.</param>
  3622. </member>
  3623. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(System.Web.SiteMapNode)">
  3624. <summary>Returns a security-trimmed collection of child nodes from a specified parent node.</summary>
  3625. <returns>A security-trimmed SiteMapNodeCollection object of child nodes.</returns>
  3626. <param name="node">Node whose children are returned.</param>
  3627. </member>
  3628. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.NodeTypes)">
  3629. <summary>Returns a security-trimmed collection of child nodes of a specified node type from a specified parent.</summary>
  3630. <returns>A <see cref="T:Microsoft.SharePoint.SiteMapNodeCollection"></see> object of child nodes security-trimmed for the current user.</returns>
  3631. <param name="node">Node whose children are returned.</param>
  3632. <param name="includedHiddenTypes">Types to return even if hidden.</param>
  3633. </member>
  3634. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.NodeTypes)">
  3635. <summary>Returns a security-trimmed collection of child nodes for a specified parent node, specified node types to include, and specified node types to include if hidden.</summary>
  3636. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.SiteMapNodeCollection"></see> object of child nodes security-trimmed for the current user.</returns>
  3637. <param name="node">Node whose child nodes are returned.</param>
  3638. <param name="includedTypes">Types of child nodes to return.</param>
  3639. <param name="includedHiddenTypes">Types to return even if hidden.</param>
  3640. </member>
  3641. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.NodeOrder,System.Boolean)">
  3642. <summary>
  3643. This member is reserved for internal use and is not intended to be used directly from your code.
  3644. </summary>
  3645. </member>
  3646. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Publishing.OrderingMethod,Microsoft.SharePoint.Publishing.AutomaticSortingMethod,System.Boolean,System.Int32)">
  3647. <summary>Returns a sorted, security-trimmed collection of child nodes for a specified parent node, types of nodes to include, types of hidden nodes to include, and sorting options.</summary>
  3648. <returns>A collection of child nodes of types specified that are sorted as specified.</returns>
  3649. <param name="ascending">Whether to use ascending or descending order.</param>
  3650. <param name="ordering">Type of ordering to use.</param>
  3651. <param name="node">Node whose child nodes are returned.</param>
  3652. <param name="includedTypes">Types of child nodes to return.</param>
  3653. <param name="lcid">Locale ID to use for culture sorting.</param>
  3654. <param name="method">Method of sorting to use with automatic sorting.</param>
  3655. <param name="includedHiddenTypes">Types to return even if hidden.</param>
  3656. </member>
  3657. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetParentNode(System.Web.SiteMapNode)">
  3658. <summary>Returns the parent of a specified <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3659. <returns>The parent of a specified <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</returns>
  3660. <param name="node">PortalSiteMapNode object to get the parent object from.</param>
  3661. </member>
  3662. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetRootNodeCore">
  3663. <summary>An override of the method on the <see cref="T:Microsoft.SharePoint.Publishing.SiteMapProvider"></see> class.</summary>
  3664. <returns>The PortalSiteMapNode object at the root of the hierarchy.</returns>
  3665. </member>
  3666. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
  3667. <summary>Initializes the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object using the specified setting.</summary>
  3668. <param name="config">Name value collection of initialization properties.</param>
  3669. <param name="name">Name of the provider.</param>
  3670. </member>
  3671. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CombinedNavSiteMapProvider">
  3672. <summary>Gets the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object that is attached to the global navigation or top navigation menu by default.</summary>
  3673. <returns>A reference to the PortalSiteMapProvider object.</returns>
  3674. </member>
  3675. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CurrentNavSiteMapProvider">
  3676. <summary>Gets the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object that is attached by default to the current navigation or Quick Launch.</summary>
  3677. <returns>A reference to the PortalSiteMapProvider object.</returns>
  3678. </member>
  3679. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CurrentNavSiteMapProviderNoEncode">
  3680. <summary>Gets the <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object that is attached to the breadcrumb navigation by default.</summary>
  3681. <returns>A reference to the PortalSiteMapProvider object.</returns>
  3682. </member>
  3683. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CurrentNode">
  3684. <summary>Gets a <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object that represents the item a site user is currently visiting.</summary>
  3685. <returns>A PortalSiteMapNode object that represents the item a user is currently visiting.</returns>
  3686. </member>
  3687. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CurrentSite">
  3688. <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPSite"></see> object that is used by the T<see cref=":Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object.</summary>
  3689. <returns>An SPSite object that is used by the provider.</returns>
  3690. </member>
  3691. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.CurrentWeb">
  3692. <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPWeb"></see> object that the PortalSiteMapProvider object uses as a security context.</summary>
  3693. <returns>An SPWeb object that the provider uses as a security context.</returns>
  3694. </member>
  3695. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.DynamicChildLimit">
  3696. <summary>Gets or sets the maximum number of "dynamic" child items to show at each level. Dynamic child items are subsites (that is, any SPWeb objects) and pages.</summary>
  3697. <returns>An integer that represents the maximum number of dynamic child items to return.This value defaults to 50. Setting the value to 0 removes the limit.</returns>
  3698. </member>
  3699. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.EnableAudienceTargeting">
  3700. <summary>Gets or sets whether to respect audience targeting settings when returning navigation nodes.</summary>
  3701. <returns>A Boolean value that represents whether to do audience trimming.</returns>
  3702. </member>
  3703. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.EncodeOutput">
  3704. <summary>Gets or sets whether to HTML-encode the Title property of each <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object.</summary>
  3705. <returns>Boolean value that represents whether to encode.This property value defaults to False.</returns>
  3706. </member>
  3707. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.FlattenHeadings">
  3708. <summary>Boolean value that represents whether to flatten heading nodes.</summary>
  3709. <returns>If set to True, the provider removes heading nodes from the hierarchy but still returns their child objects.</returns>
  3710. </member>
  3711. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GlobalNavSiteMapProvider">
  3712. <summary>Gets a <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider"></see> object that has the <see cref="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.NavigationType"></see> value equal to "Global".</summary>
  3713. <returns>A reference to the PortalSiteMapProvider object.</returns>
  3714. </member>
  3715. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeAuthoredLinks">
  3716. <summary>A Boolean value that represents whether to return link nodes.</summary>
  3717. <returns>If set to True, the provider returns authored link nodes. If set to False, the link nodes are removed from the hierarchy.</returns>
  3718. </member>
  3719. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeHeadings">
  3720. <summary>Boolean value that represents whether to return heading nodes.</summary>
  3721. <returns>If set to True, the provider returns heading nodes. If set to False, heading nodes are removed from the hierarchy.</returns>
  3722. </member>
  3723. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludePages">
  3724. <summary>Gets or sets the method used to determine whether pages are returned by this provider.</summary>
  3725. <returns>An IncludeOption property that represents a particular inclusion scheme.</returns>
  3726. </member>
  3727. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeSubSites">
  3728. <summary>Gets or sets the method used to determine whether this provider returns subsites (subwebs).</summary>
  3729. <returns>An IncludeOption property that represents a particular inclusion scheme.</returns>
  3730. </member>
  3731. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.NavigationType">
  3732. <summary>Gets or sets the type of navigation of this navigation provider.</summary>
  3733. <returns>A PortalNavigationType enumeration that represents one of several navigation types.</returns>
  3734. </member>
  3735. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.TryGetRootNode">
  3736. <summary>Returns the root node only if it is cached.</summary>
  3737. <returns>A reference to the root <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> portal.Returns Null if the root Web site is not cached.</returns>
  3738. </member>
  3739. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.WebSiteMapProvider">
  3740. <summary>Gets a <see cref="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode"></see> object used to enumerate the Web sites in this collection.</summary>
  3741. <returns>A reference to the PortalSiteMapProvider object.</returns>
  3742. </member>
  3743. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeOption">
  3744. <summary>Types that specify the site map provider's inclusion behavior for Web sites and Web pages.</summary>
  3745. </member>
  3746. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeOption.Always">
  3747. <summary>Always include a particular type.</summary>
  3748. </member>
  3749. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeOption.Never">
  3750. <summary>Always exclude a particular type.</summary>
  3751. </member>
  3752. <member name="F:Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.IncludeOption.PerWeb">
  3753. <summary>Include or exclude a type on a per-Web site basis.</summary>
  3754. </member>
  3755. <member name="T:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode">
  3756. <summary>Represents Web sites (sometimes known as sites or subsites, but not to be confused with site collections) that are included in the navigation.</summary>
  3757. </member>
  3758. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.GetNavigationComparer">
  3759. <summary>Gets a NavigationComparer that is configured with the sorting options specified on this Web site.</summary>
  3760. <returns>A reference to the NavigationComparer.</returns>
  3761. </member>
  3762. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.GetProperty(System.Object)">
  3763. <summary>Retrieves a value from the Web site property bag by using a specified object key.</summary>
  3764. <returns>The value that corresponds to the specified key.</returns>
  3765. <param name="key">Key to use to access the property bag.</param>
  3766. </member>
  3767. <member name="M:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.TryGetProperty(System.Object,System.Object@)">
  3768. <summary>Retrieves a value from the Web site property bag by using a specified object key, and returns a Boolean value that represents whether or not the key was found.</summary>
  3769. <returns>Boolean value that represents whether or not the lookup was successful.</returns>
  3770. <param name="value">An out parameter that is assigned the value that corresponds to the specified key, if the key is found.</param>
  3771. <param name="key">Key to use to access the property bag.</param>
  3772. </member>
  3773. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.CollationLCID">
  3774. <summary>Gets the locale identifier (LCID) to use when performing automatic sorting of navigation items owned by this Web site.</summary>
  3775. <returns>The LCID to use when performing automatic sorting of navigation items owned by this Web site.</returns>
  3776. </member>
  3777. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.IncludePages">
  3778. <summary>Determines whether to automatically include a page in navigation.</summary>
  3779. <returns>Boolean value that represents whether or not to automatically include pages in navigation.</returns>
  3780. </member>
  3781. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.IncludeSubSites">
  3782. <summary>Determines whether to automatically include subsites (which includes any type of <see cref="T:Microsoft.SharePoint.SPWeb"></see> object in navigation).</summary>
  3783. <returns>Boolean value that represents whether to automatically include subsites in navigation.</returns>
  3784. </member>
  3785. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.InheritNavigation">
  3786. <summary>Determines whether this Web site inherits its navigation.</summary>
  3787. <returns>Boolean value that represents whether or not this Web site inherits its navigation.</returns>
  3788. </member>
  3789. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.NavigationAutomaticSortingMethod">
  3790. <summary>Gets the property to use when automatically sorting items owned by this Web site.</summary>
  3791. <returns>AutomaticSortingMethod representing a specific automatic sorting method.</returns>
  3792. </member>
  3793. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.NavigationOrderingMethod">
  3794. <summary>Gets the method to use for ordering navigation items owned by this Web site.</summary>
  3795. <returns>OrderingMethod that represents a specific ordering method.</returns>
  3796. </member>
  3797. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.NavigationSortAscending">
  3798. <summary>Gets the sorting direction (ascending ordescending) to use when doing automatic sorting of navigation items owned by this Web site.</summary>
  3799. <returns>Boolean value that represents whether or not to use ascending sort order.</returns>
  3800. </member>
  3801. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.ParentWebNode">
  3802. <summary>Returns the PortalWebSiteMapNode above this one in the hierarchy.</summary>
  3803. <returns>A reference to the PortalWebSiteMapNode.</returns>
  3804. </member>
  3805. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.ServerRelativeUrl">
  3806. <summary>Returns the server relative-URL of the Web site.</summary>
  3807. <returns>String that represents the server-relative URL of the Web site.</returns>
  3808. </member>
  3809. <member name="P:Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.ShowSiblings">
  3810. <summary>Determines whether or not to display siblings of this Web site in navigation.</summary>
  3811. <returns>Boolean value that represents whether or not to display sibling Web sites.</returns>
  3812. </member>
  3813. <member name="T:Microsoft.SharePoint.Publishing.Navigation.ProxySiteMapNode">
  3814. <summary>Class derived from the PortalSiteMapNode class. Used to wrap nodes of type CachedObjectSiteMapNode.</summary>
  3815. </member>
  3816. <member name="M:Microsoft.SharePoint.Publishing.Navigation.ProxySiteMapNode.#ctor(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.Navigation.CachedObjectSiteMapNode)">
  3817. <summary>Constructor for ProxySiteMapNode class.</summary>
  3818. <param name="webNode">PortalWebSiteMapNode that represents the Web site that owns this node in navigation.</param>
  3819. <param name="cachedObjectSiteMapNode">CachedObjectSiteMapNode that should be wrapped by this ProxySiteMapNode constructor.</param>
  3820. <param name="parentNode">Parent node of the PortalSiteMapNode node.</param>
  3821. </member>
  3822. <member name="P:Microsoft.SharePoint.Publishing.Navigation.ProxySiteMapNode.ReferencedNode">
  3823. <summary>CachedObjectSiteMapNode property that this node wraps or references.</summary>
  3824. <returns>A reference to the CachedObjectSiteMapNode property.</returns>
  3825. </member>
  3826. <member name="T:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode">
  3827. <summary>Represents nodes that are backed by an SPNavigationNode class.</summary>
  3828. </member>
  3829. <member name="M:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.#ctor(Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode,Microsoft.SharePoint.Navigation.SPNavigationNode,Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode,Microsoft.SharePoint.Publishing.NodeTypes,System.String,System.String,System.String)">
  3830. <summary>Constructor for SPNavigationSiteMapNode.</summary>
  3831. </member>
  3832. <member name="M:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.CreateSPNavigationNode(System.String,System.String,Microsoft.SharePoint.Publishing.NodeTypes,Microsoft.SharePoint.Navigation.SPNavigationNodeCollection)">
  3833. <summary>Creates an SPNavigationNode of the specified name or title, URL, type, and collection to add to.</summary>
  3834. <returns>A new SPNavigationNode.</returns>
  3835. <param name="url">URL of the SPNavigationNode.</param>
  3836. <param name="name">Name or title of the SPNavigationNode.</param>
  3837. <param name="nodeType">Type of SPNavigationNode.</param>
  3838. <param name="collection">SPNavigationNodeCollection that the new node is to be added to.</param>
  3839. </member>
  3840. <member name="M:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.IsExternalSPNavigationNode(Microsoft.SharePoint.Navigation.SPNavigationNode)">
  3841. <summary>Returns whether or not a particular SPNavigationNode is "external".</summary>
  3842. <returns>Boolean value that represents whether or not the SPNavigationNode is external.</returns>
  3843. <param name="node">SPNavigationNode in question.</param>
  3844. </member>
  3845. <member name="P:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.IsExternal">
  3846. <summary>Determines whether or not this node represents an "external" SPNavigationNode.</summary>
  3847. <returns>Boolean value that represents whether or not this node is external.</returns>
  3848. </member>
  3849. <member name="P:Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.NodeId">
  3850. <summary>Gets the ID of the SPNavigationNode that this node represents.</summary>
  3851. <returns>Integer ID of the SPNavigationNode that this node represents.</returns>
  3852. </member>
  3853. <member name="N:Microsoft.SharePoint.Publishing.WebControls">
  3854. <summary>The <see cref="N:Microsoft.SharePoint.Publishing.WebControls"></see> namespace contains classes that define the structure, appearance, and behavior of Microsoft Office SharePoint Server 2007 Web controls. These include the console infrastructure; base fields and selector; and other container, display, display type, field, panels, state objects, and Web Parts that Office SharePoint Server 2007 delivers. </summary>
  3855. </member>
  3856. <member name="T:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector">
  3857. <summary>Renders HTML input field and button or generates JavaScript that launches the Asset Picker dialog box used to select a link or image URL from a site collection.</summary>
  3858. </member>
  3859. <member name="M:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.#ctor">
  3860. <summary>Constructs a new AssetUrlSelector object.</summary>
  3861. </member>
  3862. <member name="E:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrlChanged">
  3863. <summary>Event that occurs when the Asset Picker dialog box returns a value and AutoPostBack is set to true.</summary>
  3864. </member>
  3865. <member name="M:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.GetClientLaunchPickerReference">
  3866. <summary>Generates a client JavaScript string that opens the Asset Picker dialog box with the configuration specified by the properties of this control.</summary>
  3867. <returns>A client JavaScript string that opens the Asset Picker dialog box with the configuration specified by the properties of this control.</returns>
  3868. <exception cref="T:System.NullReferenceException">A Null reference exception is thrown if the Page and ID properties of this control is not set to a valid System.Web.UI.Page object for registering the required JavaScript. Either add the control into a control collection on the page or directly set the Page and ID properties.</exception>
  3869. </member>
  3870. <member name="M:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.GetClientLaunchPickerReference(System.String)">
  3871. <summary>Generates a client JavaScript string used to open the Asset Picker dialog box with the configuration specified by the properties of this control.</summary>
  3872. <returns>A client JavaScript string used to launch the Asset Picker dialog box with the configuration specified by the properties of this control.</returns>
  3873. <param name="currentAssetUrl">Client JavaScript string that evaluates a string value to be passed to the Asset Picker dialog box as the current value.</param>
  3874. <exception cref="T:System.NullReferenceException">A nullreference exception is thrown if the Page property of this control is not set to a valid System.Web.UI.Page object to register the required JavaScript. Either add the control to a control collection on the page or directly set the Page property.</exception>
  3875. </member>
  3876. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AccessibilityName">
  3877. <summary>Gets or sets the string that appears as the Microsoft Active Accessibility (MSAA) name used by Web user interface (UI) accessibility tools.</summary>
  3878. <returns>The string that appears as the Microsoft Active Accessibility (MSAA) name used by Web user interface (UI) accessibility tools.Default is an empty string.</returns>
  3879. </member>
  3880. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AllowExternalUrls">
  3881. <summary>A flag that determines whether the AssetUrl value is validated to ensure that it is in the current site collection.</summary>
  3882. <returns>If set to true, the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrl"></see>value is validated to ensure that it is in the current site collection. The default value is false.</returns>
  3883. </member>
  3884. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetPickerButtonVisible">
  3885. <summary>Determines if the button control used to launch the Asset Picker dialog box is rendered.</summary>
  3886. <returns>If set to false, the button control used to launch the Asset Picker dialog box will not be rendered. Defaults to true.</returns>
  3887. </member>
  3888. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetTextClientID">
  3889. <summary>Gets or sets the client ID used to find the HTML element for the URL value returned from the Asset Picker dialog box. </summary>
  3890. <returns>Defaults to an empty string.</returns>
  3891. </member>
  3892. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl">
  3893. <summary>Gets or sets the URL that the user has been typed or selected and enters it in the Asset URL text box. </summary>
  3894. <returns>Defaults to an empty string.</returns>
  3895. </member>
  3896. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrlClientID">
  3897. <summary>Gets or sets the client ID used to find the HTML element for the URL value returned from the Asset Picker dialog box. </summary>
  3898. <returns>Defaults to the client ID of the Asset URL text box control.</returns>
  3899. </member>
  3900. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrlTextBoxVisible">
  3901. <summary>Determines whether the text box for the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl"></see> is rendered. </summary>
  3902. <returns>If set to false, the text box for the AssetUrl is not rendered. Defaults to true.</returns>
  3903. </member>
  3904. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AutoPostBack">
  3905. <summary>Determines whether the page automatically posts information back to the server whenever the Asset Picker dialog box returns a value or when the user presses the ENTER or TAB key in the Asset URL text box.</summary>
  3906. <returns>If set to true, the page automatically posts back to the server whenever the Asset Picker dialog box returns a value or the user presses the ENTER or TAB key while the Asset URL text box has focus.</returns>
  3907. </member>
  3908. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.ButtonType">
  3909. <summary>Gets or sets the style for the Asset Picker button. </summary>
  3910. <returns>Either ButtonType.Image or ButtonType.Button.</returns>
  3911. <exception cref="T:System.InvalidOperationException">Value set in this property is not ButtonType.Image or ButtonType.Button, or else the property was set after child controls were already created.</exception>
  3912. </member>
  3913. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.ClientCallback">
  3914. <summary>Gets or sets a client JavaScript string that specifies a function to call when the Asset Picker dialog box returns a value. </summary>
  3915. <returns>Defaults to an empty string.</returns>
  3916. <param name="newAssetTex t">Default text for the URL string returned from the Asset Picker dialog box</param>
  3917. <param name="configObject">JavaScript object containing a client ID property set to the client ID of this control</param>
  3918. <param name="returnValue">JavaScript object containing an <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl"></see> and <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetText"></see> property</param>
  3919. <param name="newAssetUr l">URL string selected or typed by the user in the Asset Picker dialog box</param>
  3920. </member>
  3921. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.CssTextBox">
  3922. <summary>Gets or sets the cascading style sheet (CSS) class for the Asset URL text box.</summary>
  3923. <returns>The CSS class for the Asset URL text box.</returns>
  3924. </member>
  3925. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.DecodeUrlPath">
  3926. <summary>Determines if the path of the URL value, up to any # or ? character, is URL-decoded before the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl"></see> property returns it.</summary>
  3927. <returns>If set to true, the path of the URL value, up to any # or ? character, is URL-decoded before the P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl property returns it. Otherwise, the path is not URL-decoded.Defaults to true.</returns>
  3928. </member>
  3929. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.DefaultOpenLocationUrl">
  3930. <summary>Gets or sets the URL to a location in this site collection to add to the top of the "Look In" section of the Asset Picker dialog box. </summary>
  3931. <returns>Defaults to an empty string.</returns>
  3932. </member>
  3933. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.DefaultToLastUsedLocation">
  3934. <summary>Determines whether the last stored location is used to determine the initial location when the Asset Picker dialog box opens.</summary>
  3935. <returns>Defaults to true.If set to true, the last stored location is ignored when determining the dialog box's initial location when the Asset Picker dialog box opens. If set to false, when there is no current <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl"></see> property value, the Asset Picker dialog box opens at the location of any <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.DefaultOpenLocationUrl"></see> property that is specified or at the known locations for the current site and site collection that are displayed in the "Look In" section on the left side of the Asset Picker dialog box.</returns>
  3936. </member>
  3937. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.DisplayLookInSection">
  3938. <summary>Determines whether the "Look In" locations section are hidden when the Asset Picker dialog box is launched. </summary>
  3939. <returns>Defaults to true.If set to false, the "Look In" locations section are hidden when the Asset Picker dialog box is launched.</returns>
  3940. </member>
  3941. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.IsUrlRequired">
  3942. <summary>Determines if the AssetUrl value is validated to ensure that it is not empty. </summary>
  3943. <returns>Defaults to false.If set to true, the AssetUrl value will be validated to ensure that it is not empty. </returns>
  3944. </member>
  3945. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.MaxLength">
  3946. <summary>Gets or sets the maximum character length for the asset URL text box. </summary>
  3947. <returns>Defaults to a value of 0, which indicates unlimited character length.The maximum character length for the Asset URL text box or 0 to indicate no limit.</returns>
  3948. </member>
  3949. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.OverrideDialogDescription">
  3950. <summary>Gets or sets instructional description text displayed in the upper area of the Asset Picker dialog box. </summary>
  3951. <returns>Defaults to an empty string.</returns>
  3952. </member>
  3953. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.OverrideDialogFeatures">
  3954. <summary>Gets or sets the window features string used when the Asset Picker dialog box opens. </summary>
  3955. <returns>Defaults to an empty string.The URL to the window features string used when opening the Asset Picker dialog box. </returns>
  3956. </member>
  3957. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.OverrideDialogImageUrl">
  3958. <summary>Gets or sets the URL to the image appearing at the top of the Asset Picker dialog box. </summary>
  3959. <returns>Defaults to an empty string.The URL to the image that appears at the top of the Asset Picker dialog box. </returns>
  3960. </member>
  3961. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.OverrideDialogTitle">
  3962. <summary>Gets or sets the title text of the Asset Picker dialog box. </summary>
  3963. <returns>Defaults to an empty string.The title text of the Asset Picker dialog box. </returns>
  3964. </member>
  3965. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.PickerButtonImage">
  3966. <summary>Gets and sets the URL for the image when ButtonType is set to ButtonType.Image. Uses a default image when none is specified.</summary>
  3967. <returns>The URL for the image when ButtonType is set to ButtonType.Image.</returns>
  3968. </member>
  3969. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.PickerButtonText">
  3970. <summary>Gets or sets the text for the button used to launch the Asset Picker dialog box. </summary>
  3971. <returns>The text for the button used to launch the Asset Picker dialog box. Uses default text if none is specified.</returns>
  3972. </member>
  3973. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.UseImageAssetPicker">
  3974. <summary>Determines if the Asset Picker dialog box is launched for the purpose of selecting an image URL.</summary>
  3975. <returns>If set to true, the Asset Picker dialog box is launched for the purpose of selecting an image URL. Default is false.</returns>
  3976. </member>
  3977. <member name="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.ValidateUrl">
  3978. <summary>Determines if the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.AssetUrlSelector.AssetUrl"></see> property value is validated to ensure that it is safe and valid.</summary>
  3979. <returns>If set to true, the AssetUrl property value is validated to ensure that it is safe and valid. Defaults to false.</returns>
  3980. </member>
  3981. <member name="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringContainer">
  3982. <summary>Container control used to display or hide authoring components on a Web page, based on the current context.</summary>
  3983. </member>
  3984. <member name="M:Microsoft.SharePoint.Publishing.WebControls.AuthoringContainer.#ctor">
  3985. <summary>Creates a new instance of the AuthoringContainer control.</summary>
  3986. </member>
  3987. <member name="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringContainerDisplays">
  3988. <summary>Audiences to which the contents of a given AuthoringContainer can be exposed.</summary>
  3989. </member>
  3990. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringContainerDisplays.AuthorsOnly">
  3991. <summary>Display the contents of the container only to authors of the Web site.</summary>
  3992. </member>
  3993. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringContainerDisplays.ReadersOnly">
  3994. <summary>Display the contents of the container only to readers of the Web site.</summary>
  3995. </member>
  3996. <member name="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates">
  3997. <summary>The current state of a page, used to determine whether or not a given ConsoleNode should be shown.</summary>
  3998. </member>
  3999. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.ActiveWorkflowsExistFalse">
  4000. <summary>No active workflows exist for the current SPListItem.</summary>
  4001. </member>
  4002. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.ActiveWorkflowsExistTrue">
  4003. <summary>Active workflows exist for the current SPListItem.</summary>
  4004. </member>
  4005. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckedInVersionExistsFalse">
  4006. <summary>Show the action only if a checked in version of this file does not exist in the database.</summary>
  4007. </member>
  4008. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckedInVersionExistsTrue">
  4009. <summary>Show the action only if a checked in version of this file exists in the database.</summary>
  4010. </member>
  4011. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckedOutVersionExistsFalse">
  4012. <summary>A checked out version of the current SPFile does not exist.</summary>
  4013. </member>
  4014. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckedOutVersionExistsTrue">
  4015. <summary>A checked out version of the current SPFile exists.</summary>
  4016. </member>
  4017. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckOutRequiredFalse">
  4018. <summary>Show the action only if checking out a document is not required for editing.</summary>
  4019. </member>
  4020. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.CheckOutRequiredTrue">
  4021. <summary>Show the action only if checking out a document is required for editing.</summary>
  4022. </member>
  4023. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.ContentApprovalEnabledFalse">
  4024. <summary>Show the action only if content approval is not enabled in the current Web site.</summary>
  4025. </member>
  4026. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.ContentApprovalEnabledTrue">
  4027. <summary>Show the action only if content approval is enabled in the current Web site.</summary>
  4028. </member>
  4029. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.EditingMenuDisabled">
  4030. <summary>The Editing Menu is not visible on the page.</summary>
  4031. </member>
  4032. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.EditingMenuEnabled">
  4033. <summary>The Editing Menu is visible on the page.</summary>
  4034. </member>
  4035. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.EmptyMask">
  4036. <summary>All bits are set to 0.</summary>
  4037. </member>
  4038. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.FullMask">
  4039. <summary>All bits are set to 1 (including conflicting ones).</summary>
  4040. </member>
  4041. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InEditModeFalse">
  4042. <summary>The current page is not in Edit mode.</summary>
  4043. </member>
  4044. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InEditModeTrue">
  4045. <summary>The current page is in Edit mode.</summary>
  4046. </member>
  4047. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InPersonalView">
  4048. <summary>The page is in the Personal View.</summary>
  4049. </member>
  4050. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InSharedView">
  4051. <summary>The page is in the Shared View.</summary>
  4052. </member>
  4053. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InWebPartDesignModeFalse">
  4054. <summary>Show the action only if the page is not currently in Web Part design mode.</summary>
  4055. </member>
  4056. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.InWebPartDesignModeTrue">
  4057. <summary>Show the action only if the page is currently in Web Part design mode.</summary>
  4058. </member>
  4059. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowCancelEnabledTrue">
  4060. <summary>Show the action only if the current user has permissions to cancel the existing approval workflow.</summary>
  4061. </member>
  4062. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowConfiguredFalse">
  4063. <summary>Show the action only if a default approval workflow is not configured on the current list.</summary>
  4064. </member>
  4065. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowConfiguredTrue">
  4066. <summary>Show the action only if a default approval workflow has been configured on the current list.</summary>
  4067. </member>
  4068. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowRunningFalse">
  4069. <summary>No default approval workflow has been set.</summary>
  4070. </member>
  4071. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowTaskActiveForUserFalse">
  4072. <summary>Show the action only if an approval workflow task does not exist for the current user.</summary>
  4073. </member>
  4074. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsApprovalWorkflowTaskActiveForUserTrue">
  4075. <summary>Show the action only if an approval workflow task exists for the current user.</summary>
  4076. </member>
  4077. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsCheckedOutToCurrentUserFalse">
  4078. <summary>The current SPFile is not checked out to the current user.</summary>
  4079. </member>
  4080. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsCheckedOutToCurrentUserTrue">
  4081. <summary>The current SPFile is checked out to the current user.</summary>
  4082. </member>
  4083. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsCheckedOutToOtherUserFalse">
  4084. <summary>The current SPFile is not checked out to another user.</summary>
  4085. </member>
  4086. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsCheckedOutToOtherUserTrue">
  4087. <summary>The current SPFile is checked out to another (not the current) user.</summary>
  4088. </member>
  4089. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsDefaultPageFalse">
  4090. <summary>Show the action only if the current page is not a default (welcome) page for the Web site.</summary>
  4091. </member>
  4092. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsDefaultPageTrue">
  4093. <summary>Show the action only if the current page is the default (welcome) page for the Web site.</summary>
  4094. </member>
  4095. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsDocLibListItemFalse">
  4096. <summary>The current SPListItem is not a list item in a document library.</summary>
  4097. </member>
  4098. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsDocLibListItemTrue">
  4099. <summary>The current SPListItem is a list item in a document library.</summary>
  4100. </member>
  4101. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsFormPageFalse">
  4102. <summary>Show the action only if the current page is not a form page.</summary>
  4103. </member>
  4104. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsFormPageTrue">
  4105. <summary>Show the action only if the current page is a form page.</summary>
  4106. </member>
  4107. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsItemWaitingForApprovalTrue">
  4108. <summary>A default approval workflow has been set.</summary>
  4109. </member>
  4110. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMajorVersionFalse">
  4111. <summary>Show the action only if the current version is not published.</summary>
  4112. </member>
  4113. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMajorVersionTrue">
  4114. <summary>Show the action only if the current version is published.</summary>
  4115. </member>
  4116. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMasterPageGalleryFileFalse">
  4117. <summary>The current SPFile is not in a master page gallery.</summary>
  4118. </member>
  4119. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMasterPageGalleryFileTrue">
  4120. <summary>The current SPFile is in a master page gallery.</summary>
  4121. </member>
  4122. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMinorVersionFalse">
  4123. <summary>Show the action only if the current version is not a draft.</summary>
  4124. </member>
  4125. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsMinorVersionTrue">
  4126. <summary>Show the action only if the current version is a draft.</summary>
  4127. </member>
  4128. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPendingApprovalFalse">
  4129. <summary>The current SPListItem is not pending approval.</summary>
  4130. </member>
  4131. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPendingApprovalTrue">
  4132. <summary>The current SPListItem is pending approval.</summary>
  4133. </member>
  4134. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPublishingPageFalse">
  4135. <summary>Show the action only if the current list item is not a PublishingPage instance.</summary>
  4136. </member>
  4137. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPublishingPageTrue">
  4138. <summary>Show the action only if the current list item is a PublishingPage instance.</summary>
  4139. </member>
  4140. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPublishingSiteFalse">
  4141. <summary>The Publishing feature is not enabled in this site (SPWeb).</summary>
  4142. </member>
  4143. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsPublishingSiteTrue">
  4144. <summary>The Publishing feature is enabled in this site (SPWeb).</summary>
  4145. </member>
  4146. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsScheduledStatusFalse">
  4147. <summary>The current SPListItem is not scheduled.</summary>
  4148. </member>
  4149. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsScheduledStatusTrue">
  4150. <summary>The current SPListItem is scheduled.</summary>
  4151. </member>
  4152. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.IsSchedulingEnabledFalse">
  4153. <summary>Show the action only if scheduling is enabled on the Pages list.</summary>
  4154. </member>
  4155. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.MinorVersionsEnabledFalse">
  4156. <summary>Show the action only if minor versions are not enabled in this list.</summary>
  4157. </member>
  4158. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.MinorVersionsEnabledTrue">
  4159. <summary>Show the action only if minor versions are enabled in this list.</summary>
  4160. </member>
  4161. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.NonApprovalWorkflowTaskExistsTrue">
  4162. <summary>There are multiple workflow tasks for the current user (other than an approval task).</summary>
  4163. </member>
  4164. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasCustomizableZonesFalse">
  4165. <summary>The current page does not have customizable WebPartZones.</summary>
  4166. </member>
  4167. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasCustomizableZonesTrue">
  4168. <summary>The current page has customizable WebPartZones.</summary>
  4169. </member>
  4170. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasFieldControlsFalse">
  4171. <summary>Show the action only if the current page has no field controls.</summary>
  4172. </member>
  4173. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasFieldControlsTrue">
  4174. <summary>Show the action only if the current page has field controls.</summary>
  4175. </member>
  4176. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasPersonalizableZonesFalse">
  4177. <summary>The current page does not have WebPartZones that can be personalized.</summary>
  4178. </member>
  4179. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageHasPersonalizableZonesTrue">
  4180. <summary>The current page has WebPartZones that can be personalized.</summary>
  4181. </member>
  4182. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageIsExpiredFalse">
  4183. <summary>Show the action only if the current page has not reached its expiration date.</summary>
  4184. </member>
  4185. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.PageIsExpiredTrue">
  4186. <summary>Show the action only if the current page has reached its expiration date.</summary>
  4187. </member>
  4188. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.SaveConflictExistsFalse">
  4189. <summary>Show the action only if a save was not performed, or if the save that was performed did not have a conflict.</summary>
  4190. </member>
  4191. <member name="F:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates.SaveConflictExistsTrue">
  4192. <summary>Show the action only if a save was just performed and there was a conflict.</summary>
  4193. </member>
  4194. <member name="T:Microsoft.SharePoint.Publishing.WebControls.BaseRichField">
  4195. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. .</summary>
  4196. </member>
  4197. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichField.#ctor">
  4198. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4199. </member>
  4200. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichField.CreateChildControls">
  4201. <summary>
  4202. This member is reserved for internal use and is not intended to be used directly from your code.
  4203. </summary>
  4204. </member>
  4205. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichField.PopulateEditControlFields(System.Object)">
  4206. <summary>
  4207. This member is reserved for internal use and is not intended to be used directly from your code.
  4208. </summary>
  4209. </member>
  4210. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichField.Render(System.Web.UI.HtmlTextWriter)">
  4211. <summary>
  4212. This member is reserved for internal use and is not intended to be used directly from your code.
  4213. </summary>
  4214. </member>
  4215. <member name="P:Microsoft.SharePoint.Publishing.WebControls.BaseRichField.DefaultAssetLocation">
  4216. <returns>Default value is an empty string.</returns>
  4217. </member>
  4218. <member name="T:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector">
  4219. <summary>The members of this namespace or class are reserved for internal use and not intended to be used directly from your code. </summary>
  4220. </member>
  4221. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.#ctor">
  4222. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4223. </member>
  4224. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.CreateChildControls">
  4225. <summary>
  4226. This member is reserved for internal use and is not intended to be used directly from your code.
  4227. </summary>
  4228. </member>
  4229. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.OnLoad(System.EventArgs)">
  4230. <summary>
  4231. This member is reserved for internal use and is not intended to be used directly from your code.
  4232. </summary>
  4233. </member>
  4234. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.OnPreRender(System.EventArgs)">
  4235. <summary>
  4236. This member is reserved for internal use and is not intended to be used directly from your code.
  4237. </summary>
  4238. </member>
  4239. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.RaisePostDataChangedEvent">
  4240. <summary>
  4241. This member is reserved for internal use and is not intended to be used directly from your code.
  4242. </summary>
  4243. </member>
  4244. <member name="M:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.Render(System.Web.UI.HtmlTextWriter)">
  4245. <summary>
  4246. This member is reserved for internal use and is not intended to be used directly from your code.
  4247. </summary>
  4248. </member>
  4249. <member name="P:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.DefaultAssetImageLocation">
  4250. <summary>Gets or sets the URL to a location in this site collection that is added to the top of the "Look In" section of the Asset Picker dialog box when selecting an image source URL.</summary>
  4251. <returns>Defaults to an empty string.The URL to a location in this site collection that is added to the top of the "Look In" section of the Asset Picker dialog box when selecting an image source URL.</returns>
  4252. </member>
  4253. <member name="P:Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector.DefaultAssetLocation">
  4254. <summary>Gets or sets the URL to a location in this site collection to add to the top of the "Look In" section of the Asset Picker dialog box when selecting a link URL.</summary>
  4255. <returns>Defaults to an empty string.The URL to a locatioin in this site collection to add to the top of the "Look In" section of the Asset Picker dialog box when selecting a link URL.</returns>
  4256. </member>
  4257. <member name="T:Microsoft.SharePoint.Publishing.WebControls.CmsDataFormWebPart">
  4258. <summary>Extends the DataFormWebPart with features that are common to the Publishing Web Parts.</summary>
  4259. </member>
  4260. <member name="M:Microsoft.SharePoint.Publishing.WebControls.CmsDataFormWebPart.CreateToolPartToggleSwitch(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.String)">
  4261. <summary>Creates the controls used to toggle between sections.</summary>
  4262. <returns>The toggle control.</returns>
  4263. <param name="toolPart">ToolPart that the toggle switch is being created for.</param>
  4264. <param name="expandToolTip">Text for expand tooltip.</param>
  4265. <param name="helpTopic">Help topic.</param>
  4266. <param name="displayText">Display text.</param>
  4267. <param name="collapseToolTip">Text for collapse tooltip.</param>
  4268. <param name="id">ID of the control.</param>
  4269. </member>
  4270. <member name="M:Microsoft.SharePoint.Publishing.WebControls.CmsDataFormWebPart.ModifyXsltArgumentList(Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper)">
  4271. <summary>Allows the XSL argument list generated by the base class to be changed before it is passed to the XSL file.</summary>
  4272. <param name="argList">Argument list generated by the base class.</param>
  4273. </member>
  4274. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions">
  4275. <summary>Represents the actions that are performed on a specified ConsoleNode object when it is added to an existing ConsoleNodeCollection.</summary>
  4276. </member>
  4277. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions.Add">
  4278. <summary>Adds a ConsoleNode to the current ConsoleNodeCollection without modifying any existing ConsoleNodes in the collection.</summary>
  4279. </member>
  4280. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions.Delete">
  4281. <summary>Adds a ConsoleNode to the collection, which causes an existing ConsoleNode in the current ConsoleNodeCollection to be removed.</summary>
  4282. </member>
  4283. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions.Modify">
  4284. <summary>The ConsoleNode being added modifies properties of another ConsoleNode in the current ConsoleNodeCollection that has a specified ID. Other properties remain unchanged unless they are specifically modified.</summary>
  4285. </member>
  4286. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions.Replace">
  4287. <summary>The ConsoleNode being added will replace another ConsoleNode in the current ConsoleNodeCollection which has a specified ID.</summary>
  4288. </member>
  4289. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.GetHierarchicalView(System.String)">
  4290. <param name="viewPath">The path upon which the view is based.</param>
  4291. </member>
  4292. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.OnInit(System.EventArgs)">
  4293. <summary>The ASP.NET OnInit override.</summary>
  4294. </member>
  4295. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.OnLoad(System.EventArgs)">
  4296. <summary>ASP.NET Onload override.</summary>
  4297. </member>
  4298. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.OnPreRender(System.EventArgs)">
  4299. <summary>ASP.NET OnPreRender override.</summary>
  4300. </member>
  4301. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleError">
  4302. <summary>Describes a page error that resulted from authoring or editing operations.</summary>
  4303. </member>
  4304. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleError.#ctor(System.String)">
  4305. <summary>Returns an instance of the ConsoleError class with a text message set to a specified value.</summary>
  4306. <returns>A ConsoleError with the Message property set to the specified value.</returns>
  4307. <param name="message">String that represents the text message to be conveyed to the user.</param>
  4308. </member>
  4309. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleError.#ctor(System.String,Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4310. <summary>Returns an instance of the ConsoleError class with a text message set to a specified value; includes suggested actions for the user to perform.</summary>
  4311. <returns>A ConsoleError with the Message property set to the specified text value and the Actions property set to the specified hierarchy of ConsoleNodes.</returns>
  4312. <param name="message">String that represents the text message to be conveyed to the user.</param>
  4313. <param name="actions">ConsoleNode for which each child ConsoleNode represents an action to be suggested to the user in context of the error.</param>
  4314. </member>
  4315. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleError.Actions">
  4316. <summary>Actions that should be displayed as part of this error message.</summary>
  4317. <returns>A ConsoleNode that represents the list of actions to suggest to the user.</returns>
  4318. </member>
  4319. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleError.Message">
  4320. <summary>Message for the user, including a description or additional details about the error that occurred.</summary>
  4321. <returns>A string that represents a message for the user.</returns>
  4322. </member>
  4323. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay">
  4324. <summary>Control used to display details of an error that has occurred during authoring or editing operations.</summary>
  4325. </member>
  4326. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.#ctor">
  4327. <summary>Creates an instance of the ConsoleErrorDisplay class.</summary>
  4328. </member>
  4329. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.RaisePostBackEvent(System.String)">
  4330. <summary>ASP.NET RaisePostBackEvent method. This is used to suppress messages in the console.</summary>
  4331. </member>
  4332. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.CurrentError">
  4333. <summary>Current error generated by authoring or editing operations.</summary>
  4334. <returns>A ConsoleError instance that represents the current error.</returns>
  4335. </member>
  4336. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.DisplayType">
  4337. <summary>Format in which this ConsoleErrorDisplay should be displayed.</summary>
  4338. <returns>A ConsoleErrorDisplayType that specifies the format in which the error should be displayed. This may be a message, an image, or a link to dismiss the message.</returns>
  4339. </member>
  4340. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.ErrorImageUrl">
  4341. <summary>Image to be shown if the display format is "Image" and the current display is an error.</summary>
  4342. <returns>A string that represents the URL of the image to be shown on the page in this control.</returns>
  4343. </member>
  4344. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.MessageCssClass">
  4345. <summary>The cascading style sheet (CSS) class used for the display if the message is not an error message</summary>
  4346. <returns>A string that represents the name of the CSS class to be used when this markup is rendered in the browser.</returns>
  4347. </member>
  4348. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay.MessageImageUrl">
  4349. <summary>Image to be shown if the display format is "Image" and the current display is an informational message.</summary>
  4350. <returns>A string that represents the URL of the image to be shown on the page in this control.</returns>
  4351. </member>
  4352. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplayType">
  4353. <summary>The format in which a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay"></see> control object is renders itself.</summary>
  4354. </member>
  4355. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplayType.DismissalLink">
  4356. <summary>Display a link for dismissing the message.</summary>
  4357. </member>
  4358. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplayType.Image">
  4359. <summary>Display the image that is appropriate for the current message type.</summary>
  4360. </member>
  4361. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplayType.Message">
  4362. <summary>Display the appropriate message, which may include general information or an error message. </summary>
  4363. </member>
  4364. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode">
  4365. <summary>The basic structure used to represent the Console menu. Each <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object can optionally have child ConsoleNode objects and associated console <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> objects.</summary>
  4366. </member>
  4367. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.#ctor">
  4368. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object with the specified ConsoleNode as its no parent.</summary>
  4369. </member>
  4370. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.#ctor(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4371. <summary>Constructs a new <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object that has a parent node.</summary>
  4372. <param name="nodeParent">The parent of this ConsoleNode.</param>
  4373. </member>
  4374. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.IsCurrentlyEnabled(Microsoft.SharePoint.Publishing.WebControls.AuthoringStates)">
  4375. <summary>Specifies whether the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object should be enabled or disabled without being restricted to what is defined in the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> enumeration.</summary>
  4376. <returns>Checks the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.RequiredStates"></see> property against the current state of the page.</returns>
  4377. <param name="currentState">A bitmask of AuthoringStates representing the current state of the page.</param>
  4378. </member>
  4379. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UserHasRights">
  4380. <summary>The function that determines whether the current user has rights to view this ConsoleNode object.</summary>
  4381. <returns>A Boolean value representing whether this ConsoleNode should be available to the current user.</returns>
  4382. </member>
  4383. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.AccessKey">
  4384. <summary>Gets or sets the Access Key of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4385. <returns>The Access Key of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</returns>
  4386. </member>
  4387. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Action">
  4388. <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object that corresponds to this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4389. <returns>The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object that corresponds to this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</returns>
  4390. </member>
  4391. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Attributes">
  4392. <summary>Gets a collection of all <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Attributes"></see> properties pertaining to this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4393. <returns>A NameValueCollection of all <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Attributes"></see> properties pertaining to this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</returns>
  4394. </member>
  4395. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.ChangedNodeId">
  4396. <summary>Gets or sets the ID of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object being replaced, modified or deleted.</summary>
  4397. <returns>A string representing the original ID of a ConsoleNode object.</returns>
  4398. </member>
  4399. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.ConfigMenu">
  4400. <summary>Gets or sets how this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object is used with the existing hierarchy.</summary>
  4401. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConfigMenuOptions"></see> property value representing the meaning of this ConsoleNode object in the context of the existing hierarchy.</returns>
  4402. </member>
  4403. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Description">
  4404. <summary>Gets or sets a string containing text that describes this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4405. <returns>A string containing text that describes this ConsoleNode.</returns>
  4406. </member>
  4407. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Enabled">
  4408. <summary>Gets or sets whether the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object should be enabled for the user.</summary>
  4409. <returns>A Boolean value representing whether this ConsoleNode should be enabled or disabled for the current user.</returns>
  4410. </member>
  4411. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.HasChildNodes">
  4412. <summary>Gets a Boolean value that indicates whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object has any child ConsoleNode objects.</summary>
  4413. <returns>A Boolean value representing whether this ConsoleNode has one or more child nodes.</returns>
  4414. </member>
  4415. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.HideIfDisabled">
  4416. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object should be hidden from view when it is disabled.</summary>
  4417. <returns>A Boolean value representing whether this ConsoleNode should be hidden if it is disabled.</returns>
  4418. </member>
  4419. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.HideStates">
  4420. <summary>Gets or sets the states for which this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object should be hidden.</summary>
  4421. <returns>An <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> object value representing what states should be set to True for this action to be hidden.</returns>
  4422. </member>
  4423. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Id">
  4424. <summary>Gets or sets the ID of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4425. <returns>A string that represents the unique ID of this ConsoleNode.</returns>
  4426. </member>
  4427. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.ImageUrl">
  4428. <summary>Gets or sets the URL of the image shown when this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> is used.</summary>
  4429. <returns>The URL of the image that is displayed when this ConsoleNode is used.</returns>
  4430. </member>
  4431. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.IsSeparatorImage">
  4432. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object is a separator of other items.</summary>
  4433. <returns>A Boolean value representing whether this ConsoleNode is a separator.</returns>
  4434. </member>
  4435. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.IsSiteRelative">
  4436. <summary>Gets or sets whether to interpret the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.NavigateUrl"></see> property as relative to the current <see cref="T:Microsoft.SharePoint.SPWeb"></see> object.</summary>
  4437. <returns>A Boolean value indicating whether the NavigateUrl property should be interpreted as relative to the current SPWeb.</returns>
  4438. </member>
  4439. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.MenuGroupId">
  4440. <summary>Gets or sets the group ID in which this item should be displayed.</summary>
  4441. <returns>An integer representing which group should contain this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</returns>
  4442. </member>
  4443. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.NavigateUrl">
  4444. <summary>Gets or sets the href value of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4445. <returns>Either a URL for navigation or JavaScript code to be executed when this ConsoleNode is clicked.</returns>
  4446. </member>
  4447. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.OriginalId">
  4448. <summary>Gets or sets the original ID of this ConsoleNode before an associated action modifies it.</summary>
  4449. <returns>A string representing the original ID of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object before it is modified.</returns>
  4450. </member>
  4451. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.ParentNode">
  4452. <summary>Gets or sets the parent ConsoleNode of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4453. <returns>The parent ConsoleNode, or null if this is the root.</returns>
  4454. </member>
  4455. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.PermissionContext">
  4456. <summary>Gets or sets the context in which to evaluate the permissions of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4457. <returns>The PermissionContext representing the context in which the permissions should be evaluated.</returns>
  4458. </member>
  4459. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.RequiredStates">
  4460. <summary>Gets or sets the states required for this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object to be enabled in the current context.</summary>
  4461. <returns>The states required for this action to be available.</returns>
  4462. </member>
  4463. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.RightsMode">
  4464. <summary>Gets or sets whether all or any <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UserRights"></see> properties must be satisfied.</summary>
  4465. <returns>A P<see cref=":Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.PermissionContext"></see> representing whether all or any rights must be satisfied. </returns>
  4466. </member>
  4467. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Sequence">
  4468. <summary>Gets or sets the place where this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object appears in the node order.</summary>
  4469. <returns>An integer representing where this ConsoleNode should appear in the node order.</returns>
  4470. </member>
  4471. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Text">
  4472. <summary>Gets or sets the display text associated with this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4473. <returns>The string representing the display text for this ConsoleNode.The text given will be displayed as part of the action in the user interface.This value overrides that of a referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> when the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionText"></see> property is set to False.</returns>
  4474. </member>
  4475. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Title">
  4476. <summary>Gets or sets the title of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4477. <returns>A string representing the Title associated with this ConsoleNode.</returns>
  4478. </member>
  4479. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Type">
  4480. <summary>Gets or sets the type of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4481. <returns>The type of ConsoleNode.</returns>
  4482. </member>
  4483. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionImageUrl">
  4484. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> should use its own <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.ImageUrl"></see> property or that of the referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  4485. <returns>A Boolean value representing whether the ImageUrl property of the referenced ConsoleAction should be used in place of the same property of this ConsoleNode.</returns>
  4486. </member>
  4487. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionNavigateUrl">
  4488. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> should use its own <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.NavigateUrl"></see> property or that of the referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  4489. <returns>A Boolean value representing whether the NavigateUrl property of the referenced ConsoleAction should be used in place of the same property of this ConsoleNode.</returns>
  4490. </member>
  4491. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionRightsMask">
  4492. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> should use its own <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UserRights"></see> property or that of the referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  4493. <returns>A Boolean value representing whether the UserRights property of the referenced ConsoleAction should be used in place of the same property of this ConsoleNode.</returns>
  4494. </member>
  4495. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionStatesMask">
  4496. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> should use its own <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.RequiredStates"></see> property or those of the referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  4497. <returns>A Boolean value that indicates whether the RequiredStates property of the referenced ConsoleAction should be used in place of the same property in the ConsoleNode.</returns>
  4498. </member>
  4499. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionText">
  4500. <summary>Gets or sets whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object should use its own display text or that of a referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  4501. <returns>A Boolean value representing whether the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.Text"></see> property of the referenced ConsoleAction should be used in place of the Text property of this ConsoleNode.</returns>
  4502. </member>
  4503. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UserRights">
  4504. <summary>Gets or sets the rights required for this user to see this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</summary>
  4505. <returns>The <see cref="T:Microsoft.SharePoint.SPBasePermissions"></see> object's rights mask representing the required rights.This value overrides that of a referenced <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> when the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.UseActionStatesMask"></see> property is set to False.</returns>
  4506. </member>
  4507. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.Visible">
  4508. <summary>Specifies whether the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> should be displayed to the user.</summary>
  4509. <returns>A Boolean value representing whether this ConsoleNode should be visible to the current user.</returns>
  4510. </member>
  4511. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection">
  4512. <summary>Derives from the abstract class CollectionBase to provide a <see cref="T: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object collection class.</summary>
  4513. </member>
  4514. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.Add(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4515. <summary>Append node to the collection.</summary>
  4516. <param name="node">The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object to append to the collection.</param>
  4517. </member>
  4518. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.Contains(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4519. <summary>Returns true if the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object specified by the value parameter is contained in the collection.</summary>
  4520. <returns>A bool.</returns>
  4521. <param name="value"> The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object to search for in the collection.</param>
  4522. </member>
  4523. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.CopyTo(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode[],System.Int32)">
  4524. <summary>Copy items in the collection, starting from the value specified by the index parameter into the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> array specified by the array parameter.</summary>
  4525. <param name="array"> The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> array into which to copy items from the collection.</param>
  4526. <param name="index">The starting index from which to start copying items in the collection.</param>
  4527. </member>
  4528. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.GetEnumerator">
  4529. <summary>Return an enumerator object to traverse the collection.</summary>
  4530. <returns>An IEnumerator object.</returns>
  4531. </member>
  4532. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.IndexOf(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4533. <summary>Return the index of the given <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object specified by the value parameter.</summary>
  4534. <param name="value">The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object whose index in the collection is to be returned.</param>
  4535. </member>
  4536. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.Insert(System.Int32,Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  4537. <summary>Insert the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object specified by the value parameter into the collection after the index specified by the index parameter.</summary>
  4538. <param name="value"> The <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object to insert into the collection.</param>
  4539. <param name="index">The index into the collection after which the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object is to be inserted.</param>
  4540. </member>
  4541. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.IsReadOnly">
  4542. <summary>Property specifying whether the collection is read-only.</summary>
  4543. <returns>A bool value.</returns>
  4544. </member>
  4545. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.IsSynchronized">
  4546. <summary>Property specifying whether the collection is synchronized.</summary>
  4547. <returns>A bool value.</returns>
  4548. </member>
  4549. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection.Item(System.Int32)">
  4550. <summary>Get or set the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object at the location specified by the index parameter.</summary>
  4551. <returns>A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object. </returns>
  4552. <param name="index">The index into the collection at which to get or set a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object.</param>
  4553. </member>
  4554. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates">
  4555. <summary>This bitmask represents the conditions under which the contents of a ConsoleVisibilityContainer object are displayed.</summary>
  4556. </member>
  4557. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates.Always">
  4558. <summary>Always show what is in the container.</summary>
  4559. </member>
  4560. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates.Error">
  4561. <summary>Show what is in the container only if there is an error.</summary>
  4562. </member>
  4563. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates.Never">
  4564. <summary>Never show anything in the container.</summary>
  4565. </member>
  4566. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates.NonPublished">
  4567. <summary>Show what is in the container only if the current view of the page is non-published.</summary>
  4568. </member>
  4569. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibilityStates.UserPreference">
  4570. <summary>Show what is in the container only if the user has selected a preference to do so.</summary>
  4571. </member>
  4572. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryToolPart">
  4573. <summary>Generates a toolpane to assist users in customizing a content query Web Part.</summary>
  4574. </member>
  4575. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryToolPart.#ctor">
  4576. <summary>ToolPart Constructor</summary>
  4577. </member>
  4578. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryToolPart.ApplyChanges">
  4579. <summary>Applies current settings to the selected Web Part.</summary>
  4580. </member>
  4581. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart">
  4582. <summary>A Web Part object that is used to retrieve dynamic information.</summary>
  4583. </member>
  4584. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.#ctor">
  4585. <summary>Creates a Content Query Web Part object.</summary>
  4586. </member>
  4587. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.#ctor(System.String,System.String,System.String)">
  4588. <summary>Creates a Content Query Web Part object with default XSL.</summary>
  4589. <param name="defaultHeaderXsl">Header XSL to use if HeaderXslLink is not specified.</param>
  4590. <param name="defaultMainXsl">Main XSL to use if MainXslLink is not specified.</param>
  4591. <param name="defaultItemXsl">Item XSL to use if ItemXslLink is not specified.</param>
  4592. </member>
  4593. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ModifyXsltArgumentList(Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper)">
  4594. <summary>Use this method to change the XSL argument list generated by the base class before it is passed to the XSL transform.</summary>
  4595. <param name="argList">Argument list generated by the base class.</param>
  4596. </member>
  4597. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.OnLoad(System.EventArgs)">
  4598. <summary>OnLoad Event of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart"></see> object. </summary>
  4599. <param name="e"> OnLoad event.</param>
  4600. </member>
  4601. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.Update(Microsoft.SharePoint.Publishing.PublishingWeb)">
  4602. <summary>This function is called to update a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart"></see> object when it is pushed to another variation label.</summary>
  4603. </member>
  4604. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.CommonViewFields">
  4605. <summary>Gets or sets the CommonViewFields property for this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart"></see> object.</summary>
  4606. <returns>Additional fields for use by the ContentQueryWebPart object.</returns>
  4607. </member>
  4608. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ContentTypeBeginsWithId">
  4609. <summary>Gets or sets the content type ID.</summary>
  4610. <returns>An integer representing this content type.</returns>
  4611. </member>
  4612. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ContentTypeName">
  4613. <summary>Gets or sets the ContentTypeName property.</summary>
  4614. <returns>A string representing the name of this content type.</returns>
  4615. </member>
  4616. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.Data">
  4617. <summary>Data to use for the XSL transform.</summary>
  4618. <returns>Data to use for the XSL transform.</returns>
  4619. </member>
  4620. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.DisplayColumns">
  4621. <summary>Gets or sets the number of columns that are displayed.</summary>
  4622. <returns>An integer representing the number of columns that are displayed.</returns>
  4623. </member>
  4624. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FeedDescription">
  4625. <summary>The description of the data feed.</summary>
  4626. <returns>A string representing the description of the data feed.</returns>
  4627. </member>
  4628. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FeedTitle">
  4629. <summary>The title of this data feed.</summary>
  4630. <returns>A string representing the title of this data feed.</returns>
  4631. </member>
  4632. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ListsOverride">
  4633. <summary>Gets or sets the list field name used to filter the set of list items.</summary>
  4634. <returns>List field name used to fliter the set of list items.</returns>
  4635. </member>
  4636. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.QueryOverride">
  4637. <summary>Gets or sets the list field name used to filter the set of list items.</summary>
  4638. <returns>The list field name used to filter the set of list items.</returns>
  4639. </member>
  4640. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ServerTemplate">
  4641. <summary>The server template number to query for.</summary>
  4642. <returns>An integer representing the server template number to query for.</returns>
  4643. </member>
  4644. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.SortBy">
  4645. <summary>Gets or sets the list field name used to sort the set of list items.</summary>
  4646. <returns>The list field name used to sort the set of list items.</returns>
  4647. </member>
  4648. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.SortByDirection">
  4649. <summary>Gets or sets the direction of the sort order for the list items.</summary>
  4650. <returns>The direction of the sort order for the list items.</returns>
  4651. </member>
  4652. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.SortByFieldType">
  4653. <summary>Gets or sets the list field type used to sort the set of list items.</summary>
  4654. <returns>The list field type used to sort the set of list items.</returns>
  4655. </member>
  4656. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ViewFieldsOverride">
  4657. <summary>Gets or sets the list field name used to filter the set of list items.</summary>
  4658. <returns>The list field name used to filter the set of list items.</returns>
  4659. </member>
  4660. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.WebsOverride">
  4661. <summary>Gets or sets the list field name used to filter the set of list items.</summary>
  4662. <returns>The list field name used to filter the set of list items.</returns>
  4663. </member>
  4664. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FilterChainingOperator">
  4665. <summary>Specifies how to combine the filters.</summary>
  4666. </member>
  4667. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FilterChainingOperator.And">
  4668. <summary>Filter is chained using an And operator.</summary>
  4669. </member>
  4670. <member name="F:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FilterChainingOperator.Or">
  4671. <summary>Filter is chained using an Or operator.</summary>
  4672. </member>
  4673. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.FilterFieldQueryOperator">
  4674. <summary>Filter operator for each query triplet.</summary>
  4675. </member>
  4676. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.QueryScope">
  4677. <summary>Specifies the source scope.</summary>
  4678. </member>
  4679. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.SortDirection">
  4680. <summary>Possible sort direction for SortBy and GroupBy Web Part properties.</summary>
  4681. </member>
  4682. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPartException.#ctor">
  4683. <summary>Initializes a new instance of the ContentByQueryWebPartException class.</summary>
  4684. </member>
  4685. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPartException.#ctor(System.String)">
  4686. <summary>Initializes a new instance of the ContentByQueryWebPartException class with a specified error message.</summary>
  4687. <param name="message">Message that describes the error.</param>
  4688. </member>
  4689. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPartException.#ctor(System.String,System.Exception)">
  4690. <summary>Initializes a new instance of the ContentByQueryWebPartException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  4691. <param name="message">Error message that explains the reason for the exception.</param>
  4692. <param name="innerException">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>
  4693. </member>
  4694. <member name="T:Microsoft.SharePoint.Publishing.WebControls.DocumentLibraryFileExistValidator">
  4695. <summary>Verifies whether a file already exists in the Document Library.</summary>
  4696. </member>
  4697. <member name="P:Microsoft.SharePoint.Publishing.WebControls.DocumentLibraryFileExistValidator.FireIfSecondary">
  4698. <summary>Determines whether the library validator should be raised if other validators have already been raised. </summary>
  4699. <returns>This property can be useful if there are multiple validators (such as a required field validator) and you do not want more than one error message.</returns>
  4700. </member>
  4701. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditModePanel">
  4702. <summary>Provides a container that shows or hides its child controls based on the mode of the page.</summary>
  4703. </member>
  4704. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditModePanel.#ctor">
  4705. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditModePanel"></see> class.</summary>
  4706. </member>
  4707. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditModePanel.RenderBeginTag(System.Web.UI.HtmlTextWriter)">
  4708. <summary>Renders the HTML opening tag of the control to the specified writer if enabled.</summary>
  4709. <param name="W riter">A <see cref="T:System.Web.UI.HtmlTextWriter object"></see> that represents the output stream that renders HTML content on the client.</param>
  4710. </member>
  4711. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditModePanel.RenderEndTag(System.Web.UI.HtmlTextWriter)">
  4712. <summary>Renders the HTML closing tag of the control to the specified writer..</summary>
  4713. <param name="writer">A <see cref="T:System.Web.UI.HtmlTextWriter"></see> that represents the output stream to render HTML content on the client.</param>
  4714. </member>
  4715. <member name="T:Microsoft.SharePoint.Publishing.WebControls.FileExtensionValidator">
  4716. <summary>Validates that the value of an input field ends in the specified file extension. </summary>
  4717. </member>
  4718. <member name="P:Microsoft.SharePoint.Publishing.WebControls.FileExtensionValidator.FireIfSecondary">
  4719. <summary>Indicates whether the file extension validator should be raised if other validators have already been raised.</summary>
  4720. <returns>This property is useful if there are multiple validators (such as a required field validator) and you do not want more than one error message returned.</returns>
  4721. </member>
  4722. <member name="T:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor">
  4723. <summary>A server control that allows the user to edit HTML content inline.</summary>
  4724. </member>
  4725. <member name="M:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.#ctor">
  4726. <summary>Constructs a default instance of this control.</summary>
  4727. </member>
  4728. <member name="M:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.OnContentChanged(System.EventArgs)">
  4729. <summary>Implementation of IPostBackEventHandler interface.</summary>
  4730. </member>
  4731. <member name="M:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.RaisePostBackEvent(System.String)">
  4732. <summary>Implementation of IPostBackEventHandler.</summary>
  4733. </member>
  4734. <member name="M:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.RaisePostDataChangedEvent">
  4735. <summary>Implementation of IPostBackDataHandler.</summary>
  4736. </member>
  4737. <member name="M:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.Render(System.Web.UI.HtmlTextWriter)">
  4738. <summary>Render this control to the output parameter specified.</summary>
  4739. <param name="output">The HTML writer to write out to.</param>
  4740. </member>
  4741. <member name="P:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.DefaultAssetImageLocation">
  4742. <summary>Gets or sets the URL to a location in this site collection that is added to the top of the "Look In" section of the Asset Picker dialog box when selecting an image source URL. </summary>
  4743. <returns>Defaults to String.Empty.</returns>
  4744. </member>
  4745. <member name="P:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.DefaultAssetLocation">
  4746. <summary>Gets or sets the URL to a location in this site collection that is added to the top of the "Look In" section of the Asset Picker dialog box when selecting a link URL. </summary>
  4747. <returns>Defaults to String.Empty.</returns>
  4748. </member>
  4749. <member name="P:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.EnableExtensions">
  4750. <summary>Enables user-defined extensions, such as extra toolbar buttons, in the HTML editor.</summary>
  4751. <returns>If set to False, disables user-defined extensions, such as extra toolbar buttons, to the HTML editor.</returns>
  4752. </member>
  4753. <member name="P:Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.PopupEditorMode">
  4754. <summary>Gets or sets a flag that determines whether to open the HTML editor in a pop-up window.</summary>
  4755. <returns>A flag that determines whether to pen the HTML editor in a pop-up window.</returns>
  4756. </member>
  4757. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ICompositeInputControl">
  4758. <summary>An interface that can be implemented by composite controls. Used to create external controls that will allow easy access to the main input control of the child controls.</summary>
  4759. </member>
  4760. <member name="T:Microsoft.SharePoint.Publishing.WebControls.LastModifiedIndicator">
  4761. <summary>Indicates the date that the current page was last modified.</summary>
  4762. </member>
  4763. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LastModifiedIndicator.#ctor">
  4764. <summary>Creates an instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.LastModifiedIndicator"></see> class.</summary>
  4765. </member>
  4766. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LayoutVariationsFieldControl.#ctor">
  4767. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.LayoutVariationsFieldControl"></see> object.</summary>
  4768. </member>
  4769. <member name="T:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource">
  4770. <summary>Control that is used by the LevelHierarchyWebPart to gather data.</summary>
  4771. </member>
  4772. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.#ctor">
  4773. <summary>Creates an instance of LevelHierarchyDataSource class.</summary>
  4774. </member>
  4775. <member name="E:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.DataSourceChanged">
  4776. <summary>Adds or removes an event handler when the data source changes.</summary>
  4777. </member>
  4778. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.GetView(System.String)">
  4779. <summary>Implements the IDataSource.GetView method.</summary>
  4780. <returns>null</returns>
  4781. </member>
  4782. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.GetViewNames">
  4783. <summary>Implements the IDataSource.GetViewNames method.</summary>
  4784. <returns>null</returns>
  4785. </member>
  4786. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.IDataSourceOnDataSourceChanged(System.EventArgs)">
  4787. <summary>This method raises an event handler.</summary>
  4788. </member>
  4789. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.HeaderTemplate">
  4790. <summary>Gets or sets the style used to display the header text.</summary>
  4791. <returns>The name of the XSL template used to display the header text.</returns>
  4792. </member>
  4793. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.Level1StyleTemplate">
  4794. <summary>Gets or sets the style used to display items in the first level.</summary>
  4795. <returns>The name of the XSL template used to display a Level1 style.</returns>
  4796. </member>
  4797. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.Level2StyleTemplate">
  4798. <summary>Gets or sets the style used to display items in the second level style template.</summary>
  4799. <returns>The name of the XSL template used to display a Level2 style.</returns>
  4800. </member>
  4801. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource.Level3StyleTemplate">
  4802. <summary>Gets or sets the style used to display items in the third level.</summary>
  4803. <returns>The name of the XSL template to be used to display a Level3 style.</returns>
  4804. </member>
  4805. <member name="T:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView">
  4806. <summary>Represents a single (default) view of the LevelHierarchyDataSource class.</summary>
  4807. </member>
  4808. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView.HeaderTemplate">
  4809. <summary>Style to use to display the header text.</summary>
  4810. <returns>The name of the XSL template to be used to display the header text.</returns>
  4811. </member>
  4812. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView.Level1StyleTemplate">
  4813. <summary>Style to use to display items in the first level.</summary>
  4814. <returns>The name of the XSL template to be used to display a Level1 level.</returns>
  4815. </member>
  4816. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView.Level2StyleTemplate">
  4817. <summary>Style to use to display items in the second level.</summary>
  4818. <returns>The name of the XSL template to be used to display a Level2 level.</returns>
  4819. </member>
  4820. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView.Level3StyleTemplate">
  4821. <summary>Style to use to display items in the third level.</summary>
  4822. <returns>The name of the XSL template to be used to display a Level3 level.</returns>
  4823. </member>
  4824. <member name="T:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart">
  4825. <summary>Base class for Web Parts that render hierarchical data using XSL style sheets.</summary>
  4826. </member>
  4827. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.ConfigureDataSource(Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource)">
  4828. <summary>Used to allow derived classes to have control over configuration of the data source.</summary>
  4829. </member>
  4830. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.ModifyXsltArgumentList(Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper)">
  4831. <summary>Used to change the XSL argument list generated by the base class before it is passed to the XSL transformer.</summary>
  4832. <param name="argList">Argument list generated by the base class.</param>
  4833. </member>
  4834. <member name="M:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.OnPreRender(System.EventArgs)">
  4835. <summary>Used to configure the data source, bind it to the DataFormWebPart and run the XSLT transform. Any errors generated by this action are logged to the trace log.</summary>
  4836. </member>
  4837. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.Header">
  4838. <summary>Gets or sets the text to display above the level information in the Web Part.</summary>
  4839. <exception cref="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException">Header text contains too many characters. The maximum allowed is 500.</exception>
  4840. </member>
  4841. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.HeaderTemplate">
  4842. <summary>Gets or sets the style used to display the header text.</summary>
  4843. <returns>The name of the XSL template used to display the header text.</returns>
  4844. </member>
  4845. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.Level1Style">
  4846. <summary>Gets or sets the style used to display items in the first level.</summary>
  4847. <returns>The name of the XSL template to be used to display a Level1 level style.</returns>
  4848. </member>
  4849. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.Level2Style">
  4850. <summary>Gets or sets the style used to display items in the second level.</summary>
  4851. <returns>The name of the XSL template used to display a Level2 level style.</returns>
  4852. </member>
  4853. <member name="P:Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart.Level3Style">
  4854. <summary>Gets or sets the style used to display items in the third level.</summary>
  4855. <returns>The name of the XSL template used to display a Level3 level style.</returns>
  4856. </member>
  4857. <member name="T:Microsoft.SharePoint.Publishing.WebControls.NewPageLayoutValidatorAggregator">
  4858. <summary>Control used to validate input for creating new page layout in Master Page Gallery.</summary>
  4859. </member>
  4860. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PageDisplayMode">
  4861. <summary>Specifies a page Display mode used by the control.</summary>
  4862. </member>
  4863. <member name="F:Microsoft.SharePoint.Publishing.WebControls.PageDisplayMode.Display">
  4864. <summary>Specifies that the page is in Display mode.</summary>
  4865. </member>
  4866. <member name="F:Microsoft.SharePoint.Publishing.WebControls.PageDisplayMode.Edit">
  4867. <summary>Specifies that the page is in Edit mode.</summary>
  4868. </member>
  4869. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PageLayoutValidator">
  4870. <summary>Validator used to verify whether a page layout already exists in the master page gallery.</summary>
  4871. </member>
  4872. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PagePublishDateIndicator">
  4873. <summary>Control that indicates the date that the current page either has gone live or will go live.</summary>
  4874. </member>
  4875. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PagePublishDateIndicator.#ctor">
  4876. <summary>Creates an instance of the PagePublishDateIndicator class.</summary>
  4877. </member>
  4878. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingButton">
  4879. <summary>User interface (UI) control that renders in the Web browser as a clickable button with Microsoft Windows SharePoint Services publishing styles.</summary>
  4880. </member>
  4881. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.#ctor">
  4882. <summary>Creates an instance of the PublishingButton object with no properties set.</summary>
  4883. </member>
  4884. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.AllowMultipleClicks">
  4885. <summary>Determines whether multiple clicks of this button are allowed.</summary>
  4886. <returns>A Boolean value that determines whether multiple clicks of this button are allowed before the page is refreshed.</returns>
  4887. </member>
  4888. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.ClientOnClickScript">
  4889. <summary>Script that is executed when this button is clicked.</summary>
  4890. <returns>String that represents the script that is executed when this button is clicked.</returns>
  4891. </member>
  4892. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.DisplayText">
  4893. <summary>Text that is shown when this button is displayed.</summary>
  4894. <returns>String that represents the text that is rendered in the user interface (UI) of the button.</returns>
  4895. </member>
  4896. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.ImageUrl">
  4897. <summary>URL to the image that is used as an icon on this button.</summary>
  4898. <returns>String that represents the URL of the image that is shown when this button is displayed.</returns>
  4899. </member>
  4900. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingButton.NavigateUrl">
  4901. <summary>URL that the Web browser navigates to when a specific button is clicked.</summary>
  4902. <returns>String that represents the URL that the Web browser will navigate to when this button is clicked.</returns>
  4903. </member>
  4904. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingContext">
  4905. <summary>Adding this control to a Publishing page creates input fields on the page that are important for authoring-related operations.</summary>
  4906. </member>
  4907. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu">
  4908. <summary>A user interface (UI) component that displays several actions that can be performed by authors in Microsoft Windows SharePoint Services Publishing.</summary>
  4909. </member>
  4910. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu.#ctor">
  4911. <summary>Creates an instance of the PublishingMenu class with no properties set.</summary>
  4912. </member>
  4913. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu.DataSourceId">
  4914. <summary> Data source used to populate this control, including appropriate actions.</summary>
  4915. <returns>A string that represents the data source used to generate the menus that are rendered on the page.</returns>
  4916. </member>
  4917. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu.DisplayStyle">
  4918. <summary>Style in which the PublishingMenu will be displayed. SingleMenu style is not supported.</summary>
  4919. <returns>A PublishingMenuDisplayStyle value that represents the style that will be used to render this PublishingMenu.</returns>
  4920. </member>
  4921. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu.SeparatorClass">
  4922. <summary>The cascading style sheet class that is applied to the span placed between menus.</summary>
  4923. <returns>A string that represents the cascading style sheet (CSS) class that is applied to the SPAN tag between top-level menus.</returns>
  4924. </member>
  4925. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingMenu.SeparatorString">
  4926. <summary>String that separates each menu item from the separator class.</summary>
  4927. <returns>A string that represents the text that is rendered between each menu item displayed and the SPAN tag that separates it.</returns>
  4928. </member>
  4929. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingMenuDisplayStyle">
  4930. <summary>Display style for this Publishing menu.</summary>
  4931. </member>
  4932. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingPageStatusIndicator">
  4933. <summary>Control that indicates the status of the current page.</summary>
  4934. </member>
  4935. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingPageStatusIndicator.#ctor">
  4936. <summary>Creates an instance of the PublishingPageStatusIndicator object.</summary>
  4937. </member>
  4938. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionIndicator">
  4939. <summary>Control that indicates the version of the current page.</summary>
  4940. </member>
  4941. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionIndicator.#ctor">
  4942. <summary>Creates an instance of the PublishingPageVersionIndicator class</summary>
  4943. </member>
  4944. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionStyleIndicator">
  4945. <summary>Cascading style sheet (CSS) style name, based on the current version of the page.</summary>
  4946. </member>
  4947. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionStyleIndicator.#ctor">
  4948. <summary>Creates an instance of the PublishingPageVersionStyleIndicator class.</summary>
  4949. </member>
  4950. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionStyleIndicator.CheckedOutVersionStyle">
  4951. <summary>Style name to render when the current page is a checked-out version.</summary>
  4952. <returns>A string that represents the name of the style to be used when the current page is a checked-out version.</returns>
  4953. </member>
  4954. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionStyleIndicator.MajorVersionStyle">
  4955. <summary>Style name to render when the current page is a published version.</summary>
  4956. <returns>A string that represents the name of the style to be used when the current page is a published version.</returns>
  4957. </member>
  4958. <member name="P:Microsoft.SharePoint.Publishing.WebControls.PublishingPageVersionStyleIndicator.MinorVersionStyle">
  4959. <summary>Style name to render when the current page is a draft version.</summary>
  4960. <returns>A string that represents the name of the style to be used when the current page is a draft version.</returns>
  4961. </member>
  4962. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleControl">
  4963. <summary>Control used to edit the ScheduledItem.StartDate or ScheduledItem.EndDate property of a ScheduledItem.</summary>
  4964. </member>
  4965. <member name="F:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleControl.dateTimeControl">
  4966. <summary>Date time picker for start date.</summary>
  4967. </member>
  4968. <member name="F:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleControl.startImmediateRadioButton">
  4969. <summary>Start on radio button immediately.</summary>
  4970. </member>
  4971. <member name="F:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleControl.startOnFollowingRadioButton">
  4972. <summary>Start on following radio button on this date.</summary>
  4973. </member>
  4974. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleControl.Focus">
  4975. <summary>Overrides the TemplateBasedControl.Focus() method to set focus appropriately for this control.</summary>
  4976. </member>
  4977. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingScheduleFieldControl">
  4978. <summary>Control used to edit the ScheduledItem.StartDate or ScheduledItem.EndDate of a ScheduledItem.</summary>
  4979. </member>
  4980. <member name="T:Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer">
  4981. <summary>Control that adds custom actions for the Publishing feature to the Site Actions menu.</summary>
  4982. </member>
  4983. <member name="M:Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer.#ctor">
  4984. <summary>Creates an instance of the PublishingSiteActionsMenuCustomizer object.</summary>
  4985. </member>
  4986. <member name="T:Microsoft.SharePoint.Publishing.WebControls.QuickAccessMenu">
  4987. <summary>User interface (UI) component that displays common actions that can be performed by authors in Microsoft Windows SharePoint Services Publishing.</summary>
  4988. </member>
  4989. <member name="M:Microsoft.SharePoint.Publishing.WebControls.QuickAccessMenu.#ctor">
  4990. <summary>Creates an instance of the QuickAccessMenu with no properties set.</summary>
  4991. </member>
  4992. <member name="P:Microsoft.SharePoint.Publishing.WebControls.QuickAccessMenu.DataSourceId">
  4993. <summary>The DataSource used to populate this control, with appropriate actions.</summary>
  4994. <returns>A string that represents the DataSource that is used to generate the menus rendered on the page.</returns>
  4995. </member>
  4996. <member name="P:Microsoft.SharePoint.Publishing.WebControls.QuickAccessMenu.SeparatorClass">
  4997. <summary>The SeparatorClass is the cascading style sheet (CSS) class that is applied to the SPAN tag placed between menus.</summary>
  4998. <returns>A string that represents the CSS class that is applied to the SPAN tag between menus.</returns>
  4999. </member>
  5000. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RedirectControl">
  5001. <summary>Controls the number of seconds to wait before redirection to another site occurs.</summary>
  5002. </member>
  5003. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RedirectControl.#ctor">
  5004. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RedirectControl"></see> class.</summary>
  5005. </member>
  5006. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RedirectControl.SecondsBeforeRedirect">
  5007. <summary>A read/write property for getting/setting the number of seconds before redirection to another web page or document.</summary>
  5008. <returns>An integer representing the number of seconds before redirection occurs.</returns>
  5009. </member>
  5010. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField">
  5011. <summary>Field control used to edit data in the HtmlField type fields.</summary>
  5012. </member>
  5013. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.#ctor">
  5014. <summary>Constructs a new default instance of the RichHtmlField control object.</summary>
  5015. </member>
  5016. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.OnInit(System.EventArgs)">
  5017. <summary>Overridden.</summary>
  5018. </member>
  5019. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.OnLoad(System.EventArgs)">
  5020. <summary>Overridden.</summary>
  5021. </member>
  5022. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.OnPreRender(System.EventArgs)">
  5023. <summary>Overridden.</summary>
  5024. </member>
  5025. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.PopulateEditControlFields(System.Object)">
  5026. <summary>Populate the properties of the child edit control based on properties of this control.</summary>
  5027. <param name="editControl">EditControl to be populated.</param>
  5028. </member>
  5029. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.UpdateFieldValueInItem">
  5030. <summary>Overridden to handle additional tracking properties.</summary>
  5031. </member>
  5032. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.Validate">
  5033. <summary>Validate the content posted to this control.</summary>
  5034. </member>
  5035. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowFonts">
  5036. <summary>Gets or sets the constraint that allows font element tags to be added to the HTML.</summary>
  5037. <returns>When this flag is set to False, &lt;font&gt; element tags are not allowed in the HTML.</returns>
  5038. </member>
  5039. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowHeadings">
  5040. <summary>Gets or sets the constraint that allows heading tags to be added to the HTML.</summary>
  5041. <returns>When this flag is set to False, heading tags are not allowed in the HTML.</returns>
  5042. </member>
  5043. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowHyperlinks">
  5044. <summary>Gets or sets the constraint that allows hyperlinks to be added to the HTML.</summary>
  5045. <returns>When this flag is set to False, hyperlinks are not allowed in the HTML.</returns>
  5046. </member>
  5047. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowImages">
  5048. <summary>Gets or sets the constraint that allows image tags to be added to the HTML.</summary>
  5049. <returns>When this flag is set to False, image tags are not allowed in the HTML.</returns>
  5050. </member>
  5051. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowLists">
  5052. <summary>Gets or sets the constraint that allows list tags to be added to the HTML.</summary>
  5053. <returns>When this flag is set to FALSE, list tags are not allowed in the HTML.</returns>
  5054. </member>
  5055. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowTables">
  5056. <summary>Gets or sets the constraint that allows table handling tags to be added to the HTML.</summary>
  5057. <returns>When this flag is set to False, table handling tags are not allowed in the HTML.</returns>
  5058. </member>
  5059. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.AllowTextMarkup">
  5060. <summary>Gets or sets the constraint that allows explicit text markup tags, such as bold and italic, to be added to the HTML.</summary>
  5061. <returns>When this flag is set to False, explicit text markup tags, such as bold and italic, are not allowed in the HTML.</returns>
  5062. </member>
  5063. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.DefaultAssetImageLocation">
  5064. <summary>Gets or sets the URL to a location in this site collection that will be added to the top of the "Look In" section of the picker dialog box when selecting an image source URL. </summary>
  5065. <returns>Defaults to String.Empty.</returns>
  5066. </member>
  5067. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.DisableBasicFormattingButtons">
  5068. <summary>Determines whether basic formatting buttons are enabled or disabled.</summary>
  5069. <returns>Set the property to True if you do not want to make basic formatting buttons available.</returns>
  5070. </member>
  5071. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.DisableCustomStyles">
  5072. <summary>Determines whether custom styles are enabled or disabled.</summary>
  5073. <returns>Set this property to True if you do not want custom styles.</returns>
  5074. </member>
  5075. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.EnableExtensions">
  5076. <summary>Determines whether extensions are enabled for this RichHtmlField object. </summary>
  5077. <returns>If set to False, this property disables user defined extensions to the HTML Editor, such as extra toolbar buttons and callbacks for the OK button.</returns>
  5078. </member>
  5079. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField.PopupEditorMode">
  5080. <summary>Gets or sets a flag that determines whether to use the editor inline or open it in a pop-up window.</summary>
  5081. <returns>A flag that determines whether to use the editor inline or open it in a pop-up window.</returns>
  5082. </member>
  5083. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RichImageField">
  5084. <summary>Field control object that you can use to edit data in ImageField type fields.</summary>
  5085. </member>
  5086. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichImageField.#ctor">
  5087. <summary>Creates a new instance of a RichImageField control object.</summary>
  5088. </member>
  5089. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichImageField.PopulateEditControlFields(System.Object)">
  5090. <summary>Populate the properties of the child edit control, often based on the SPField schema or the properties of this control.</summary>
  5091. <param name="editControl">EditControl to be populated.</param>
  5092. </member>
  5093. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichImageField.Validate">
  5094. <summary>Validate the content that is posted to this control.</summary>
  5095. </member>
  5096. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichImageField.AllowHyperlinks">
  5097. <summary>Gets or sets the constraint that allows hyperlinks to be added to the HTML.</summary>
  5098. <returns>When this flag is set to False, it does not allow hyperlinks in the HTML.</returns>
  5099. </member>
  5100. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichImageField.DefaultAssetImageLocation">
  5101. <summary>Gets or sets the URL to a location in this site collection that is added to the top of the "Look In" section of the Asset Picker dialog box when selecting an image source URL. </summary>
  5102. <returns>Defaults to String.Empty.</returns>
  5103. </member>
  5104. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RichImageSelector">
  5105. <summary>Selects an image and sets its display properties.</summary>
  5106. </member>
  5107. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichImageSelector.#ctor">
  5108. <summary>Creates a new instance of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.RichImageSelector"></see> control.</summary>
  5109. </member>
  5110. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichImageSelector.AllowHyperlinks">
  5111. <summary>Gets or sets the constraint that allows hyperlinks to be added to the HTML.</summary>
  5112. <returns>When set to false, this flag does not allow hyperlinks to be added to the HTML.</returns>
  5113. </member>
  5114. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RichLinkField">
  5115. <summary>Field control used for editing data in fields of the LinkField type.</summary>
  5116. </member>
  5117. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichLinkField.#ctor">
  5118. <summary>Creates a new instance of a RichLinkField control object.</summary>
  5119. </member>
  5120. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichLinkField.Validate">
  5121. <summary>Validate the content posted to this control.</summary>
  5122. </member>
  5123. <member name="T:Microsoft.SharePoint.Publishing.WebControls.RichLinkSelector">
  5124. <summary>Provides an edit control for selecting a hyperlink URL and setting its display properties.</summary>
  5125. </member>
  5126. <member name="M:Microsoft.SharePoint.Publishing.WebControls.RichLinkSelector.#ctor">
  5127. <summary>Creates a new instance of a RichLinkSelector control object</summary>
  5128. </member>
  5129. <member name="P:Microsoft.SharePoint.Publishing.WebControls.RichLinkSelector.DisplayControl">
  5130. <summary>Displays the LinkFieldValue property value</summary>
  5131. <returns>The LinkFieldValue property value.</returns>
  5132. </member>
  5133. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SaveBeforeNavigationControl">
  5134. <summary>Placing this control on a Publishing page triggers saving the publishing page when that page is in Edit mode and the user attempts to navigate to another page. </summary>
  5135. </member>
  5136. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SaveBeforeNavigationControl.#ctor">
  5137. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.SaveBeforeNavigationControl"></see> object.</summary>
  5138. </member>
  5139. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SpellCheckToolbarButton">
  5140. <summary>Toolbar button that launches spell checking in Microsoft Windows SharePoint Services forms.</summary>
  5141. </member>
  5142. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder">
  5143. <summary>An expression editor class that helps controls that are using this class to be displayed correctly.</summary>
  5144. </member>
  5145. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.#ctor">
  5146. <summary>Constructs the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder"></see> class.</summary>
  5147. </member>
  5148. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)">
  5149. <summary>Returns an object that represents an evaluated expression.</summary>
  5150. <returns>A System.Object that represents the evaluated expression.</returns>
  5151. <param name="entry">The object that represents information about the property bound to by the expression.</param>
  5152. <param name="context">Contextual information for the evaluation of the expression.</param>
  5153. <param name="target">The object containing the expression.</param>
  5154. <param name="parsedData">The object containing parsed data as returned by the <see cref="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)"></see> method.</param>
  5155. </member>
  5156. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.EvaluateUrlExpression(System.String)">
  5157. <summary>Converts a URL containing one or more URL tokens into a server-relative URL.</summary>
  5158. <returns>A System.String containing the server-relative URL.</returns>
  5159. <param name="expression">The URL containing the URL tokens.</param>
  5160. </member>
  5161. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)">
  5162. <summary>Returns code that is used during page execution to obtain the evaluated expression.</summary>
  5163. <returns>A System.CodeDom.CodeExpression used for property assignment.</returns>
  5164. <param name="entry">The object that represents information about the property bound to by the expression.</param>
  5165. <param name="context">Contextual information for the evaluation of the expression</param>
  5166. <param name="parsedData">The object containing parsed data as returned by the <see cref="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)"></see> method</param>
  5167. </member>
  5168. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)">
  5169. <summary>Returns an object that represents the parsed expression.</summary>
  5170. <returns>A System.Object containing the parsed representation of the expression.</returns>
  5171. <param name="propertyType">The type of the property bound to by the expression.</param>
  5172. <param name="context">Contextual information for the evaluation of the expression.</param>
  5173. <param name="expression">The value of the declarative expression.</param>
  5174. </member>
  5175. <member name="P:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionBuilder.SupportsEvaluate">
  5176. <summary>Supports the Evaluate method, which is required to work with pages that do not compile (no-compile pages).</summary>
  5177. <returns>true</returns>
  5178. </member>
  5179. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionEditor">
  5180. <summary>Defines a set of properties and methods for evaluating an expression that contains ~site, ~site and/or ~language that is associated with a control property at design time. </summary>
  5181. </member>
  5182. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionEditor.#ctor">
  5183. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionEditor"></see> object.</summary>
  5184. </member>
  5185. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SPUrlExpressionEditor.EvaluateExpression(System.String,System.Object,System.Type,System.IServiceProvider)">
  5186. <summary>Evaluates an expression string and provides the design-time value for a control property.</summary>
  5187. <returns>A <see cref="T:System.String"></see> object that represents the expression string that was evaluated, if the expression evaluation succeeded; otherwise, a null reference.</returns>
  5188. <param name="parseTimeData">This parameter is not currently in use.</param>
  5189. <param name="propertyType">A string to evaluate that identifies the type of property.</param>
  5190. <param name="serviceProvider">This parameter is not currently in use.</param>
  5191. <param name="expression">An expression string to evaluate. The expression does not include the expression prefix.</param>
  5192. </member>
  5193. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkFieldControl">
  5194. <summary>Web control that is associated with a SummaryLinkField.</summary>
  5195. </member>
  5196. <member name="P:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkFieldControl.Value">
  5197. <summary>Gets or sets the field value of the SummaryLink data.</summary>
  5198. <returns>The SummaryLinkFieldValue that is associated with the control.</returns>
  5199. </member>
  5200. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkToolbar">
  5201. <summary>Temporary AddSummaryLink control that renders a link to the AddSummaryLink page.</summary>
  5202. </member>
  5203. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkToolPart">
  5204. <summary>Tool part class for the SummaryLinkWebPart.</summary>
  5205. </member>
  5206. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkToolPart.#ctor">
  5207. <summary>Create a tool pane for the SummaryLink Web Part.</summary>
  5208. </member>
  5209. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkToolPart.ApplyChanges">
  5210. <summary>Called by the tool pane in order to apply changes to the selected Web Part.</summary>
  5211. </member>
  5212. <member name="T:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPart">
  5213. <summary>Derived ASP.NET Web Part that is used to interact with SummaryLinks.</summary>
  5214. </member>
  5215. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPart.#ctor">
  5216. <summary>Constructs a new SummaryLinkWebPart.</summary>
  5217. </member>
  5218. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPart.#ctor(Microsoft.SharePoint.Publishing.WebControls.SummaryLinkFieldControl)">
  5219. <summary>Constructs a SummaryLinkWebPart wrapped by a SummaryLinkFieldControl This SummaryLinkWebPart stores and uses information in the SummaryLinkFieldControl.</summary>
  5220. </member>
  5221. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPart.GetToolParts">
  5222. <summary>Returns the tool parts that are displayed in the tool pane.</summary>
  5223. <returns>An array of tool parts that will appear in the tool pane.</returns>
  5224. </member>
  5225. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPart.OnDataSelected(System.Collections.IEnumerable)">
  5226. <summary>Obsolete.</summary>
  5227. </member>
  5228. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPartException.#ctor">
  5229. <summary>Initializes a new instance of the SummaryLinkWebPartException class.</summary>
  5230. </member>
  5231. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPartException.#ctor(System.String)">
  5232. <summary>Initializes a new instance of the SummaryLinkWebPartException class with a specified error message.</summary>
  5233. <param name="message">Message that describes the error.</param>
  5234. </member>
  5235. <member name="M:Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPartException.#ctor(System.String,System.Exception)">
  5236. <summary>Initializes a new instance of the SummaryLinkWebPartException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  5237. <param name="message">Error message that explains the reason for the exception.</param>
  5238. <param name="innerException">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>
  5239. </member>
  5240. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSource">
  5241. <summary>A LevelHierarchyDataSource that is used to gather data for the TableOfContentsWebPart.</summary>
  5242. </member>
  5243. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSource.#ctor">
  5244. <summary>Creates an instance of TableOfContentsDataSource class.</summary>
  5245. </member>
  5246. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSourceView">
  5247. <summary>Provides the view for the TableOfContentsDataSource.</summary>
  5248. </member>
  5249. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsToolPart">
  5250. <summary>Tool pane that helps configure the Table of Contents Web Part.</summary>
  5251. </member>
  5252. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsToolPart.ApplyChanges">
  5253. <summary>Called by the tool pane in order to apply changes to the selected Web Part.</summary>
  5254. </member>
  5255. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart">
  5256. <summary>Renders a hierarchical view of Web Parts and Web pages.</summary>
  5257. </member>
  5258. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.#ctor">
  5259. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart"></see> object.</summary>
  5260. </member>
  5261. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.ConfigureDataSource(Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource)">
  5262. <summary>Configures the source of Table Of Contents data.</summary>
  5263. </member>
  5264. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.CreateChildControls">
  5265. <summary>Sets the ASP.NET CreateChildControls method.</summary>
  5266. </member>
  5267. <member name="M:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.GetToolParts">
  5268. <summary>Returns the ToolParts object that are displayed in the toolbar.</summary>
  5269. <returns>An array of ToolParts that appear in the toolbar.</returns>
  5270. </member>
  5271. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.AnchorLocation">
  5272. <summary>Gets or sets the server-relative URL of the location from which to start gathering data..</summary>
  5273. <returns>The default value is an empty string.</returns>
  5274. </member>
  5275. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.IncludeContentFromStartingLocation">
  5276. <summary>Determines whether to include the starting site and pages in this site.</summary>
  5277. <returns>The default value is false.</returns>
  5278. </member>
  5279. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.IncludeHiddenPages">
  5280. <summary>Determines whether to include pages that are hidden in navigation.</summary>
  5281. <returns>The default value is false.</returns>
  5282. </member>
  5283. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.IncludeHiddenWebs">
  5284. <summary>Determines whether to include Web sites that are hidden from navigation.</summary>
  5285. <returns>The default value is false.</returns>
  5286. </member>
  5287. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.ShowPages">
  5288. <summary>Determines whether to show Web pages.</summary>
  5289. <returns>The default value is true.</returns>
  5290. </member>
  5291. <member name="P:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.SortWebsBy">
  5292. <summary>Determines a sort order for the Web sites.</summary>
  5293. <returns>The default value for this property is NavigationOrder.</returns>
  5294. </member>
  5295. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.NavigationSortOption">
  5296. <summary>Provides constants for specifying which field to sort by. </summary>
  5297. </member>
  5298. <member name="F:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.NavigationSortOption.CreatedDate">
  5299. <summary>Constant that specifies that sorting should be ordered by creation date.</summary>
  5300. </member>
  5301. <member name="F:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.NavigationSortOption.LastModifiedDate">
  5302. <summary>Constant that specifies that sorting should be ordered by last modified date.</summary>
  5303. </member>
  5304. <member name="F:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.NavigationSortOption.NavigationOrder">
  5305. <summary>Constant that specifies that sorting should be ordered by navigation order.</summary>
  5306. </member>
  5307. <member name="F:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.NavigationSortOption.Title">
  5308. <summary>Constant that specifies that sorting should be ordered by title.</summary>
  5309. </member>
  5310. <member name="T:Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.SortDirection">
  5311. <summary>The possible sort direction for Web Parts and Web pages.</summary>
  5312. </member>
  5313. <member name="T:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator">
  5314. <summary>Represents a list of validators for a control.</summary>
  5315. </member>
  5316. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator.AddChildValidator(System.Web.UI.WebControls.BaseValidator)">
  5317. <summary>Add a validator to the list of validators.</summary>
  5318. <param name="validator">A validator derived from <see cref="T: System.Web.UI.WebControls.BaseValidator BaseValidator"></see>.</param>
  5319. </member>
  5320. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator.DataBind">
  5321. <summary>Binds a data source to the invoked server control and all its child controls.</summary>
  5322. </member>
  5323. <member name="M:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator.OnLoad(System.EventArgs)">
  5324. <summary>Handle OnLoad events.</summary>
  5325. <param name="e"> The properties of the event.</param>
  5326. </member>
  5327. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator.ControlToValidate">
  5328. <summary>Property to get or set the control to validate.</summary>
  5329. <returns>A string representing the name of the control to validate.</returns>
  5330. </member>
  5331. <member name="P:Microsoft.SharePoint.Publishing.WebControls.ValidatorAggregator.Display">
  5332. <returns>One of the enumeration values of type <see cref="T:"></see><see cref="System.Web.UI.WebControls"></see><see cref=".ValidatorDisplay"></see> that specifies the display view state of the control. The default is ValidatorDisplay.Static.</returns>
  5333. </member>
  5334. <member name="T:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource">
  5335. <summary>Represents the DataSource control that supplies data used to render the Variation Flag control.</summary>
  5336. </member>
  5337. <member name="M:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource.#ctor">
  5338. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource"></see> class.</summary>
  5339. </member>
  5340. <member name="E:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource.DataSourceChanged">
  5341. <summary>Implements the standard IDataSource.DataSourceChanged event, which occurs when a data source control has changed in some way that affects data-bound controls.</summary>
  5342. </member>
  5343. <member name="M:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource.GetView(System.String)">
  5344. <summary>
  5345. This member is reserved for internal use and is not intended to be used directly from your code.
  5346. </summary>
  5347. </member>
  5348. <member name="M:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource.GetViewNames">
  5349. <summary>Gets a collection of names that represent the list of DataSourceView objects associated with the DataSourceControl.</summary>
  5350. <returns>An ICollection that contains the names of the DataSourceViews associated with this DataSourceControl.</returns>
  5351. </member>
  5352. <member name="P:Microsoft.SharePoint.Publishing.WebControls.VariationDataSource.FieldName">
  5353. <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5354. </member>
  5355. <member name="T:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelEcbMenu">
  5356. <summary>A sample UI control that shows how to connect to the control to display a drop-down menu of the Variation peer links to the current Page.</summary>
  5357. </member>
  5358. <member name="M:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelEcbMenu.#ctor">
  5359. <summary>Constructor for the Label Menu control.</summary>
  5360. </member>
  5361. <member name="T:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelMenuConfiguration">
  5362. <summary>Provides various configurations for Label Menu control links.</summary>
  5363. </member>
  5364. <member name="F:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelMenuConfiguration.LinkToParent">
  5365. <summary>Determines linking to parent variation site of the current page.</summary>
  5366. <returns>2</returns>
  5367. </member>
  5368. <member name="F:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelMenuConfiguration.LinkToPeers">
  5369. <summary>Determines linking directly to peers of the current page. This is the default.</summary>
  5370. <returns>1</returns>
  5371. </member>
  5372. <member name="F:Microsoft.SharePoint.Publishing.WebControls.VariationsLabelMenuConfiguration.LinkToTopSite">
  5373. <summary>Determines linking to the top site of the Variation hierarchy of the target.</summary>
  5374. <returns>3</returns>
  5375. </member>
  5376. <member name="T:Microsoft.SharePoint.Publishing.WebControls.VariationsRootLandingDesignTime">
  5377. <summary>This class is embedded in "/_controlstemplates/VariationsRootLanding.ascx" to render some default design-time text for Microsoft Office SharePoint Designer 2007.</summary>
  5378. </member>
  5379. <member name="T:Microsoft.SharePoint.Publishing.WebControls.VariationsRootLandingRunTime">
  5380. <summary>This class is embedded in "/_controlstemplates/VariationsRootLanding.ascx" to render some default run-time text when Variations Root Landing logic in the ascx file did not redirect user to a Variation subsite.</summary>
  5381. </member>
  5382. <member name="T:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource">
  5383. <summary>An implementation of the XmlConsoleDataSource object that generates data that is based on a specially designed XML configuration file.</summary>
  5384. </member>
  5385. <member name="M:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.#ctor">
  5386. <summary>Creates an instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource"></see> object. </summary>
  5387. </member>
  5388. <member name="M:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.PopulateDataSource">
  5389. <summary>Populates the XmlConsoleDataSource object based on the configuration XML file that is specified in the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.ConfigurationProvider"></see> property</summary>
  5390. </member>
  5391. <member name="P:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.ConfigurationProvider">
  5392. <summary>A String that represents the configuration XML file used to populate the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource"></see> object</summary>
  5393. <returns>A string that represents the name of the XML configuration file.</returns>
  5394. </member>
  5395. <member name="P:Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.IsBuiltInConfiguration">
  5396. <summary>Determines whether the file being used to populate this XmlConsoleDataSource object is a predefined or custom file.</summary>
  5397. <returns>A Boolean value that represents whether the XML file was predefined in the Microsoft Windows SharePoint Services Publishing collection.</returns>
  5398. </member>
  5399. <member name="N:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions">
  5400. <summary>The <see cref="N:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions"></see> namespace contains classes that define behaviors that are available to the Microsoft Office SharePoint Server 2007 Editing menu. The menu supports common actions such as add, check in, check out, copy, decline, exit, delete, modify, move, and save, but it also supports actions that are specific to other Office SharePoint Server 2007 functionality, such as creating new sites and pages, importing Web Parts, implementing Quick Deploy actions, switching modes, and managing workflows.</summary>
  5401. </member>
  5402. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ApproveAction.#ctor">
  5403. <summary>Temporary constructor used for this specific ConsoleAction.</summary>
  5404. </member>
  5405. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ApproveAction.RaisePostBackEvent(System.String)">
  5406. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5407. </member>
  5408. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ApproveOrDeclineAction.#ctor">
  5409. <summary>Temporary constructor used for this specific console action. </summary>
  5410. </member>
  5411. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ApproveOrDeclineAction.RaisePostBackEvent(System.String)">
  5412. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5413. </member>
  5414. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.BrowseWebPartsAction.#ctor">
  5415. <summary>Temporary constructor for this specific console action.</summary>
  5416. </member>
  5417. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelApprovalRequestAction">
  5418. <summary>Cancels non-workflow page submissions.</summary>
  5419. </member>
  5420. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelApprovalRequestAction.#ctor">
  5421. <summary>Temporary constructor for this specific console action. </summary>
  5422. </member>
  5423. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelApprovalRequestAction.RaisePostBackEvent(System.String)">
  5424. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5425. </member>
  5426. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelApprovalWorkflowRequestAction.#ctor">
  5427. <summary>Constructor for this specific console action. </summary>
  5428. </member>
  5429. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelApprovalWorkflowRequestAction.RaisePostBackEvent(System.String)">
  5430. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5431. </member>
  5432. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelSchedulingAction.#ctor">
  5433. <summary>Temporary constructor for this specific console action. </summary>
  5434. </member>
  5435. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CancelSchedulingAction.RaisePostBackEvent(System.String)">
  5436. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5437. </member>
  5438. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckInAction.#ctor">
  5439. <summary>Temporary constructor for this specific console action. </summary>
  5440. </member>
  5441. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckInAction.RaisePostBackEvent(System.String)">
  5442. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5443. </member>
  5444. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckInWithCommentAction.#ctor">
  5445. <summary>Temporary constructor for this specific console action.</summary>
  5446. </member>
  5447. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckInWithCommentAction.RaisePostBackEvent(System.String)">
  5448. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5449. </member>
  5450. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckOutAction.#ctor">
  5451. <summary>Temporary constructor for this specific console action.</summary>
  5452. </member>
  5453. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckOutAction.RaisePostBackEvent(System.String)">
  5454. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5455. </member>
  5456. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckOutOverrideAction">
  5457. <summary>Allows checkout by another user to be undone so that the file can be checked out by this user.</summary>
  5458. </member>
  5459. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckOutOverrideAction.#ctor">
  5460. <summary>Temporary constructor for this specific console action..</summary>
  5461. </member>
  5462. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CheckOutOverrideAction.RaisePostBackEvent(System.String)">
  5463. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5464. </member>
  5465. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction">
  5466. <summary>Base class that represents an action that is displayed in the Editing Menu and other action user interfaces (UIs).</summary>
  5467. </member>
  5468. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.#ctor">
  5469. <summary>This constructor creates an empty <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  5470. </member>
  5471. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.IsCurrentlyEnabled(Microsoft.SharePoint.Publishing.WebControls.AuthoringStates)">
  5472. <summary>Use this method to allow the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object to specify whether it should be enabled or disabled without being restricted to what is defined in the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> enumeration.</summary>
  5473. <returns>A Boolean value that represents whether the T:Microsoft.SharePoint.Publishing.WebControls.ConsoleAction object should be enabled.The default return value for this method checks the <see cref="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.RequiredStates"></see> property against the current state of the page.</returns>
  5474. <param name="currentState">Bitmask of T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates class that represents the current state of the page.</param>
  5475. </member>
  5476. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.RaisePostBackEvent(System.String)">
  5477. <summary>Represents code that is executed on the server when this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object is clicked.</summary>
  5478. <param name="eventArgument">Standard eventArgument submitted from the Web browser.</param>
  5479. </member>
  5480. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.RefreshCurrentItemAfterUpdate">
  5481. <summary>Refreshes the <see cref="T:Microsoft.SharePoint.SPListItem"></see> object that represents the current <see cref="T:Microsoft.SharePoint.Publishing.PublishingPage"></see> object.</summary>
  5482. </member>
  5483. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.ShowError(System.Exception,Microsoft.SharePoint.Publishing.WebControls.ConsoleError)">
  5484. <summary>Causes the specified exception to display information about the error in the console error display.</summary>
  5485. <param name="e">Exception that caused the error message to be displayed.</param>
  5486. <param name="myError"><see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleError"></see> that represents the current error message and options.</param>
  5487. </member>
  5488. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.DisplayText">
  5489. <summary>The text to be displayed as part of this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  5490. <returns>The text to be shown as part of this T:Microsoft.SharePoint.Publishing.WebControls.ConsoleAction object.</returns>
  5491. </member>
  5492. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.ImageUrl">
  5493. <summary>The URL of the image to be displayed when using this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  5494. <returns>The URL of the image to be displayed when using this T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction object.</returns>
  5495. </member>
  5496. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.NavigateUrl">
  5497. <summary>The href value of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  5498. <returns>Either a URL for navigation or JavaScript that runs when a user clicks the T:Microsoft.SharePoint.Publishing.WebControls.ConsoleAction object.</returns>
  5499. </member>
  5500. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.RequiredStates">
  5501. <summary>Determines whether this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object should be enabled in the current context.</summary>
  5502. <returns>The states required for this T:Microsoft.SharePoint.Publishing.WebControls.ConsoleAction object to be available.</returns>
  5503. </member>
  5504. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.UserRights">
  5505. <summary>Determines whether a user has rights to use this <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction"></see> object.</summary>
  5506. <returns>The <see cref="T:Microsoft.SharePoint.SPBasePermissions"></see> rights mask representing the required rights.</returns>
  5507. </member>
  5508. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CopyAction.#ctor">
  5509. <summary>Temporary constructor for this specific console action. </summary>
  5510. </member>
  5511. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CopyAction.RaisePostBackEvent(System.String)">
  5512. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5513. </member>
  5514. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreateNewPublishingPageAction.#ctor">
  5515. <summary>Temporary constructor for this specific console action. </summary>
  5516. </member>
  5517. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreateNewSiteAction.#ctor">
  5518. <summary>Temporary constructor for this specific console action.</summary>
  5519. </member>
  5520. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreateNewsLinkAction.#ctor">
  5521. <summary>Temporary constructor for this specific console action. </summary>
  5522. </member>
  5523. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreatePageVariationAction">
  5524. <summary>Used to create a Variations page.</summary>
  5525. </member>
  5526. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreatePageVariationAction.#ctor">
  5527. <summary>Temporary constructor for this specific console action. </summary>
  5528. </member>
  5529. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreateSiteVariationAction">
  5530. <summary>Used to create a Variation PublishingWeb page.</summary>
  5531. </member>
  5532. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.CreateSiteVariationAction.#ctor">
  5533. <summary>Temporary constructor for this specific console action. </summary>
  5534. </member>
  5535. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.DeclineAction">
  5536. <summary>Provides methods and properties required by the Decline Action console action available to the Editing Menu.</summary>
  5537. </member>
  5538. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.DeclineAction.#ctor">
  5539. <summary>Temporary constructor for this console action. </summary>
  5540. </member>
  5541. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.DeclineAction.RaisePostBackEvent(System.String)">
  5542. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5543. </member>
  5544. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.DeleteAction.#ctor">
  5545. <summary>Temporary constructor for this specific console action. </summary>
  5546. </member>
  5547. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.DeleteAction.RaisePostBackEvent(System.String)">
  5548. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5549. </member>
  5550. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.EditPropertiesAction.#ctor">
  5551. <summary>Temporary constructor for this specific console action. </summary>
  5552. </member>
  5553. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.EditPropertiesAction.RaisePostBackEvent(System.String)">
  5554. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5555. </member>
  5556. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitMenuAction">
  5557. <summary>Implements the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitMenuAction"></see> console action. </summary>
  5558. </member>
  5559. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitMenuAction.#ctor">
  5560. <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitMenuAction"></see> console action. </summary>
  5561. </member>
  5562. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitMenuAction.RaisePostBackEvent(System.String)">
  5563. <summary>Raises a postback event when the URL for this control is clicked.</summary>
  5564. <param name="eventArgument"> A string that triggers a postback event.</param>
  5565. </member>
  5566. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitWithoutSavingAction.#ctor">
  5567. <summary>Temporary constructor for this specific console action.</summary>
  5568. </member>
  5569. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ExitWithoutSavingAction.RaisePostBackEvent(System.String)">
  5570. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5571. </member>
  5572. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ForceSavePublishingPageAction">
  5573. <summary>Forces Publishing page actions to be saved.</summary>
  5574. </member>
  5575. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ForceSavePublishingPageAction.#ctor">
  5576. <summary>Temporary constructor for this specific console action. </summary>
  5577. </member>
  5578. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ForceSavePublishingPageAction.RaisePostBackEvent(System.String)">
  5579. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5580. <param name="eventArgument"> A string that triggers postback event.</param>
  5581. </member>
  5582. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ImportWebPartsAction">
  5583. <summary>Imports Web Parts.</summary>
  5584. </member>
  5585. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ImportWebPartsAction.#ctor">
  5586. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ImportWebPartsAction"></see> object.</summary>
  5587. </member>
  5588. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ManageSiteAction.#ctor">
  5589. <summary>Temporary constructor for this specific console action. </summary>
  5590. </member>
  5591. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyNavigationAction.#ctor">
  5592. <summary>Temporary constructor for this specific console action. </summary>
  5593. </member>
  5594. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyPagesLibrarySettingsAction">
  5595. <summary>Modifies settings in the pages library.</summary>
  5596. </member>
  5597. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyPagesLibrarySettingsAction.#ctor">
  5598. <summary>Constructs a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyPagesLibrarySettingsAction"></see> object.</summary>
  5599. </member>
  5600. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyPagesLibrarySettingsAction.IsCurrentlyEnabled(Microsoft.SharePoint.Publishing.WebControls.AuthoringStates)">
  5601. <summary>Gets or sets the property that allows the user to modify attributes of the pages list.</summary>
  5602. <param name="currentState"> A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> object that contains data about the current authoring state.</param>
  5603. </member>
  5604. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode">
  5605. <summary>Provides a full tree of Web Parts.</summary>
  5606. </member>
  5607. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode.#ctor">
  5608. <summary>Constructs an instance of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode"></see> object.</summary>
  5609. </member>
  5610. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode.#ctor(Microsoft.SharePoint.Publishing.WebControls.ConsoleNode)">
  5611. <summary>Constructs an instance of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode"></see> object.</summary>
  5612. <param name="node"> A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode"></see> object that represents the console node being modified.</param>
  5613. </member>
  5614. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode.IsCurrentlyEnabled(Microsoft.SharePoint.Publishing.WebControls.AuthoringStates)">
  5615. <summary>Identifies selected nodes as currently modifiable.</summary>
  5616. <param name="currentState"> A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> object that identifies selected nodes as modifiable.</param>
  5617. </member>
  5618. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode.ChildConsoleNodes">
  5619. <summary>Identifies selected nodes as child nodes.</summary>
  5620. <returns>All child console nodes.</returns>
  5621. </member>
  5622. <member name="P:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode.RequiredStates">
  5623. <summary>Identifies selected nodes as required.</summary>
  5624. <returns>All required console nodes.</returns>
  5625. </member>
  5626. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.MoveAction.#ctor">
  5627. <summary>Temporary constructor for this specific console action. </summary>
  5628. </member>
  5629. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.MoveAction.RaisePostBackEvent(System.String)">
  5630. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5631. </member>
  5632. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.OneClickPublishAction">
  5633. <summary>Makes the page go live and publishes it with one click.</summary>
  5634. </member>
  5635. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.OneClickPublishAction.#ctor">
  5636. <summary>Constructs an instance of a <see cref="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.OneClickPublishAction"></see> object.</summary>
  5637. </member>
  5638. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.OneClickPublishAction.IsCurrentlyEnabled(Microsoft.SharePoint.Publishing.WebControls.AuthoringStates)">
  5639. <summary>Gets or sets a value indicating whether this action is currently enabled.</summary>
  5640. <param name="currentState"> A <see cref="T:Microsoft.SharePoint.Publishing.WebControls.AuthoringStates"></see> object indicating the state of authoring for this OneClickPublishAction.</param>
  5641. </member>
  5642. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.OneClickPublishAction.RaisePostBackEvent(System.String)">
  5643. <summary>Specifies the postback behavior when the URL for this control is clicked.</summary>
  5644. <param name="eventArgument"> A string containing the argument required to trigger a postback event.</param>
  5645. </member>
  5646. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PersonalViewAction.#ctor">
  5647. <summary>Temporary constructor for this specific console action. </summary>
  5648. </member>
  5649. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PreviewAction.#ctor">
  5650. <summary>Temporary constructor for this specific console action. </summary>
  5651. </member>
  5652. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PreviewAction.RaisePostBackEvent(System.String)">
  5653. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5654. </member>
  5655. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PreviewExistingPublishingPageAction.#ctor">
  5656. <summary>Temporary constructor for this specific console action. </summary>
  5657. </member>
  5658. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PublishAction.#ctor">
  5659. <summary>Temporary constructor for this specific console action. </summary>
  5660. </member>
  5661. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PublishAction.RaisePostBackEvent(System.String)">
  5662. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5663. </member>
  5664. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PublishWithCommentAction.#ctor">
  5665. <summary>Temporary Constructor for this specific console action. </summary>
  5666. </member>
  5667. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.PublishWithCommentAction.RaisePostBackEvent(System.String)">
  5668. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5669. </member>
  5670. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.QuickDeployAction.#ctor">
  5671. <summary>Temporary constructor for this specific console action. </summary>
  5672. </member>
  5673. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.QuickDeployAction.RaisePostBackEvent(System.String)">
  5674. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5675. </member>
  5676. <member name="T:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ReportsNode">
  5677. <summary>A ConsoleNode object that supports SiteAction objects that allow displaying one or more reports without also closing the ConsoleNode object. Reports appear when the ConsoleNode object has the focus.</summary>
  5678. </member>
  5679. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ReviewPublishingPageAction.#ctor">
  5680. <summary>Temporary constructor for this specific console action. </summary>
  5681. </member>
  5682. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ReviewPublishingPageAction.RaisePostBackEvent(System.String)">
  5683. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5684. </member>
  5685. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.RevisionHistoryAction.#ctor">
  5686. <summary>Temporary constructor for this specific console action. </summary>
  5687. </member>
  5688. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SavePublishingPageAction.#ctor">
  5689. <summary>Temporary constructor for this specific console action. </summary>
  5690. </member>
  5691. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SavePublishingPageAction.RaisePostBackEvent(System.String)">
  5692. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5693. </member>
  5694. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SearchWebPartsAction.#ctor">
  5695. <summary>Temporary constructor for this specific console action. </summary>
  5696. </member>
  5697. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SharedViewAction.#ctor">
  5698. <summary>Temporary constructor for this specific console action. </summary>
  5699. </member>
  5700. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ShowUnapprovedResourcesAction.#ctor">
  5701. <summary>Temporary constructor for this specific console action. </summary>
  5702. </member>
  5703. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SiteDirectoryBrokenLinksCheckerAction.#ctor">
  5704. <summary>Temporary constructor for this specific console action. </summary>
  5705. </member>
  5706. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SiteSettingsAction.#ctor">
  5707. <summary>Temporary constructor for this specific console action.</summary>
  5708. </member>
  5709. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SpellCheckEntirePageAction.#ctor">
  5710. <summary>Temporary constructor for this specific console action. </summary>
  5711. </member>
  5712. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SwitchToAuthoringModeAction.#ctor">
  5713. <summary>Temporary constructor for this specific console action. </summary>
  5714. </member>
  5715. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SwitchToAuthoringModeAction.RaisePostBackEvent(System.String)">
  5716. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5717. </member>
  5718. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SwitchToPublishedModeAction.#ctor">
  5719. <summary>Temporary Constructor of this specific console action. </summary>
  5720. </member>
  5721. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.SwitchToPublishedModeAction.RaisePostBackEvent(System.String)">
  5722. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5723. </member>
  5724. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UndoCheckOutAction.#ctor">
  5725. <summary>Temporary constructor for this specific console action. </summary>
  5726. </member>
  5727. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UndoCheckOutAction.RaisePostBackEvent(System.String)">
  5728. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5729. </member>
  5730. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UnpublishAction.#ctor">
  5731. <summary>Temporary constructor for this specific console action. </summary>
  5732. </member>
  5733. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UnpublishAction.RaisePostBackEvent(System.String)">
  5734. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5735. </member>
  5736. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UpdateVariationsAction.#ctor">
  5737. <summary>Temporary constructor for this specific console action. </summary>
  5738. </member>
  5739. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.UpdateVariationsAction.RaisePostBackEvent(System.String)">
  5740. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5741. </member>
  5742. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.VersionDifferenceAction.#ctor">
  5743. <summary>Temporary constructor for this specific console action. </summary>
  5744. </member>
  5745. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.VersionInfoAction.#ctor">
  5746. <summary>Temporary constructor for this specific console action. </summary>
  5747. </member>
  5748. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ViewAllSiteContentAction.#ctor">
  5749. <summary>Temporary constructor for this specific console action. </summary>
  5750. </member>
  5751. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ViewRecycleBinAction.#ctor">
  5752. <summary>Temporary constructor for this specific console action. </summary>
  5753. </member>
  5754. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowApproveAction.#ctor">
  5755. <summary>Temporary constructor for this specific console action. </summary>
  5756. </member>
  5757. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowApproveAction.RaisePostBackEvent(System.String)">
  5758. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5759. </member>
  5760. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowDeclineAction.#ctor">
  5761. <summary>Temporary constructor for this specific console action. </summary>
  5762. </member>
  5763. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowDeclineAction.RaisePostBackEvent(System.String)">
  5764. <summary>Postback behavior when the URL for this control is clicked.</summary>
  5765. </member>
  5766. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowStartAction.#ctor">
  5767. <summary>Constructor for this specific console action. </summary>
  5768. </member>
  5769. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowStatusAction.#ctor">
  5770. <summary>Constructor for this specific console action. </summary>
  5771. </member>
  5772. <member name="M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.WorkflowTasksAction.#ctor">
  5773. <summary>Constructor for this specific console action. </summary>
  5774. </member>
  5775. <member name="T:Microsoft.SharePoint.Publishing.WebServices.PanelInfo">
  5776. <summary>Information about a the required tool panel in SharePoint Designer</summary>
  5777. </member>
  5778. <member name="F:Microsoft.SharePoint.Publishing.WebServices.PanelInfo.controlListId">
  5779. <summary>A unique identifier for the control list this panel contains</summary>
  5780. </member>
  5781. <member name="F:Microsoft.SharePoint.Publishing.WebServices.PanelInfo.displayName">
  5782. <summary>Display name for the panel</summary>
  5783. </member>
  5784. <member name="F:Microsoft.SharePoint.Publishing.WebServices.PanelInfo.panelTypeIdentifier">
  5785. <summary>A 0 indexed identifier for the type of panel. The maxium number is currently limited to 9.</summary>
  5786. </member>
  5787. <member name="T:Microsoft.SharePoint.Publishing.WebServices.Publ