Public Member Functions | |
| SiteData () | |
| uint | GetSiteAndWeb (string strUrl, out string strSite, out string strWeb) |
| void | GetSiteAndWebAsync (string strUrl) |
| void | GetSiteAndWebAsync (string strUrl, object userState) |
| uint | GetSite (out _sSiteMetadata sSiteMetadata,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sWebWithTime[] vWebs, out string strUsers, out string strGroups, out string[] vGroups) |
| void | GetSiteAsync () |
| void | GetSiteAsync (object userState) |
| uint | GetWeb (out _sWebMetadata sWebMetadata,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sWebWithTime[] vWebs,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sListWithTime[] vLists,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sFPUrl[] vFPUrls, out string strRoles, out string[] vRolesUsers, out string[] vRolesGroups) |
| void | GetWebAsync () |
| void | GetWebAsync (object userState) |
| uint | GetList (string strListName, out _sListMetadata sListMetadata,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sProperty[] vProperties) |
| void | GetListAsync (string strListName) |
| void | GetListAsync (string strListName, object userState) |
| string | GetListItems (string strListName, string strQuery, string strViewFields, uint uRowLimit) |
| void | GetListItemsAsync (string strListName, string strQuery, string strViewFields, uint uRowLimit) |
| void | GetListItemsAsync (string strListName, string strQuery, string strViewFields, uint uRowLimit, object userState) |
| uint | EnumerateFolder (string strFolderUrl,[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sFPUrl[] vUrls) |
| void | EnumerateFolderAsync (string strFolderUrl) |
| void | EnumerateFolderAsync (string strFolderUrl, object userState) |
| uint | GetAttachments (string strListName, string strItemId, out string[] vAttachments) |
| void | GetAttachmentsAsync (string strListName, string strItemId) |
| void | GetAttachmentsAsync (string strListName, string strItemId, object userState) |
| bool | GetURLSegments (string strURL, out string strWebID, out string strBucketID, out string strListID, out string strItemID) |
| void | GetURLSegmentsAsync (string strURL) |
| void | GetURLSegmentsAsync (string strURL, object userState) |
| uint | GetListCollection ([System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sList[] vLists) |
| void | GetListCollectionAsync () |
| void | GetListCollectionAsync (object userState) |
| string | GetContent (ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, ref string lastItemIdOnPage) |
| void | GetContentAsync (ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, string lastItemIdOnPage) |
| void | GetContentAsync (ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, string lastItemIdOnPage, object userState) |
| uint | GetSiteUrl (string Url, out string siteUrl, out string siteId) |
| void | GetSiteUrlAsync (string Url) |
| void | GetSiteUrlAsync (string Url, object userState) |
| string | GetChanges (ObjectType objectType, string contentDatabaseId, ref string LastChangeId, ref string CurrentChangeId, int Timeout, out bool moreChanges) |
| void | GetChangesAsync (ObjectType objectType, string contentDatabaseId, string LastChangeId, string CurrentChangeId, int Timeout) |
| void | GetChangesAsync (ObjectType objectType, string contentDatabaseId, string LastChangeId, string CurrentChangeId, int Timeout, object userState) |
| new void | CancelAsync (object userState) |
Properties | |
| new string | Url [get, set] |
| new bool | UseDefaultCredentials [get, set] |
Events | |
| GetSiteAndWebCompletedEventHandler | GetSiteAndWebCompleted |
| GetSiteCompletedEventHandler | GetSiteCompleted |
| GetWebCompletedEventHandler | GetWebCompleted |
| GetListCompletedEventHandler | GetListCompleted |
| GetListItemsCompletedEventHandler | GetListItemsCompleted |
| EnumerateFolderCompletedEventHandler | EnumerateFolderCompleted |
| GetAttachmentsCompletedEventHandler | GetAttachmentsCompleted |
| GetURLSegmentsCompletedEventHandler | GetURLSegmentsCompleted |
| GetListCollectionCompletedEventHandler | GetListCollectionCompleted |
| GetContentCompletedEventHandler | GetContentCompleted |
| GetSiteUrlCompletedEventHandler | GetSiteUrlCompleted |
| GetChangesCompletedEventHandler | GetChangesCompleted |
Definition at line 30 of file Reference.cs.
1.5.8