🔍 Code Extractor

Browse Components

Showing 20 of 1357 components

  • class NativeClient

    A SharePoint OAuth client class that provides endpoints for native client authentication relative to the current request context.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/oauth/native_client.py | Lines: 6-22

    sharepoint oauth authentication native-client microsoft-online
  • class OrgNewsSiteInfo

    A data class representing organizational news site information in SharePoint, inheriting from ClientValue to provide serialization capabilities for SharePoint API interactions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/orgnewssite/info.py | Lines: 4-7

    sharepoint organizational-news data-transfer-object dto client-value
  • class OrgNewsSiteApi

    A SharePoint API client class for managing organizational news site operations, providing access to organizational news site details and configuration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/orgnewssite/api.py | Lines: 8-24

    sharepoint organizational-news news-site api-client office365
  • class RecycleBinQueryInformation

    A data class that encapsulates query parameters for retrieving items from a SharePoint recycle bin, including filtering, sorting, and pagination options.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/recyclebin/query_information.py | Lines: 4-31

    sharepoint recycle-bin query pagination filtering
  • class RecycleBinItem

    Represents a Recycle Bin item in the Recycle Bin of a site or a site collection.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/recyclebin/item.py | Lines: 11-70

    class recyclebinitem
  • class RecycleBinItemCollection

    Represents a collection of View resources.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/recyclebin/item_collection.py | Lines: 8-75

    class recyclebinitemcollection
  • class ReportTopQueries

    A specialized report class for retrieving top search queries from SharePoint Search REST API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/top_queries.py | Lines: 4-7

    sharepoint search reporting analytics rest-api
  • class ReportAbandonedQueries

    A report class that identifies popular search queries with low click-through rates in SharePoint, helping to improve content discoverability and user satisfaction.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/abandoned_queries.py | Lines: 4-9

    sharepoint search-analytics reporting click-through-rate user-experience
  • class ReportBase

    ReportBase is a base class representing a report entity in Microsoft Office Server Search REST API, inheriting from ClientValue to provide client-side value representation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/base.py | Lines: 4-10

    office365 sharepoint search rest-api report
  • class DocumentCrawlLog

    A SharePoint search administration class that provides methods to retrieve information about crawled documents and URLs, including both successful and unsuccessful crawl attempts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/administration/document_crawl_log.py | Lines: 8-49

    sharepoint search crawl administration monitoring
  • class TenantCrawlVersionsInfoProvider

    A SharePoint client class that manages crawl versions settings at the tenant and site level, providing methods to check and disable version crawling functionality.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/administration/tenant_crawl_versions_info_provider.py | Lines: 6-44

    sharepoint search administration crawl-versions tenant-management
  • class SiteContentProcessingInfoProvider

    A SharePoint entity class that provides information about site content processing in the SharePoint Search Administration context.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/administration/site_content_processing_info_provider.py | Lines: 4-7

    sharepoint search administration content-processing entity
  • class SiteMeTAInfoProvider

    A SharePoint client class that provides access to site metadata information through Azure container SAS token retrieval.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/administration/site_me_ta_info_provider.py | Lines: 6-19

    sharepoint search administration azure sas-token
  • class SortCollection

    A collection class for managing sort criteria in SharePoint search queries, allowing addition and removal of sort specifications for search results.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/sort/collection.py | Lines: 7-42

    sharepoint search sorting query collection
  • class Sort

    A class representing sort criteria for SharePoint search results, specifying which property to sort on and the sort direction.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/sort/sort.py | Lines: 4-21

    sharepoint search sorting query client-value
  • class QueryConfiguration

    A data class representing query configuration for a SharePoint local farm, encapsulating query context, parameters, routing information, and search endpoints.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/configuration.py | Lines: 10-34

    sharepoint search query-configuration rest-api data-class
  • class PersonalResultSuggestion

    A data class representing a personal search result suggestion from SharePoint Search, containing metadata about suggested results including title, URL, and best bet status.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/personal_result_suggestion.py | Lines: 4-22

    sharepoint search suggestion result data-class
  • class TenantCustomQuerySuggestions

    A client value class representing tenant-level custom query suggestions for SharePoint Search, inheriting from ClientValue base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/tenant_custom_query_suggestions.py | Lines: 4-7

    sharepoint search query-suggestions tenant client-value
  • class QueryPersonalizationData

    A SharePoint entity class that encapsulates user identification data for personalizing search queries in SharePoint Online/Office 365.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/personalization_data.py | Lines: 5-16

    sharepoint search personalization query user-context
  • class QueryAutoCompletionResults

    A class representing the results of a SharePoint query auto-completion operation, containing execution metrics, correlation information, and a collection of query suggestions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/auto_completion_results.py | Lines: 6-23

    sharepoint search auto-completion query-suggestions client-value