🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "clientcontext"

Found 50 matching component(s)

  • class SharePointClient

    A SharePoint client class that provides methods for connecting to SharePoint sites, retrieving documents recursively, downloading file content, and managing document metadata using app-only authentication.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_client.py

    sharepoint document-management file-sync azure-ad authentication
  • class CommsOperation

    Represents the status of long-running communications operations in Microsoft Graph API, tracking operation progress and results through notifications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/comms.py

    communications async-operations microsoft-graph office365 long-running-operations
  • class Participant

    Represents a participant in a call, providing methods to manage participant state including inviting others, controlling hold music, and accessing participant information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/participant.py

    communications call-management participant microsoft-graph hold-music
  • class Call

    Represents a call resource in Microsoft Graph Communications API, managing both incoming and outgoing calls for applications with capabilities for call control, media operations, and participant management.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/call.py

    microsoft-graph communications call-management teams skype
  • class Entity

    Base class for SharePoint entities that provides common operations like create, read, update, and delete (CRUD) functionality for SharePoint objects.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/entity.py

    sharepoint entity crud base-class office365
  • class ServerSettings

    ServerSettings is a SharePoint entity class that provides static methods for querying server-level properties and configurations such as checking if the server is SharePoint Online, retrieving blocked file extensions, and getting installed languages.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/server_settings.py

    sharepoint server-settings configuration entity static-methods
  • class ClientContext

    SharePoint client context (SharePoint v1 API)

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/client_context.py

    class clientcontext
  • class EntityCollection

    EntityCollection is a generic collection class for managing SharePoint entity sets, extending ClientObjectCollection with SharePoint-specific functionality.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/entity_collection.py

    sharepoint entity-collection client-object-model generic-collection resource-management
  • class ListItem

    An individual entry within a SharePoint list. Each list item has a schema that maps to fields in the list that contains the item, depending on the content type of the item.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/listitems/listitem.py

    class listitem
  • class TranslationJob

    TranslationJob is a class for creating and managing translation jobs in SharePoint, allowing translation of content to different languages.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/translation/job.py

    sharepoint translation localization language i18n
  • class VariationsTranslationTimerJob

    A SharePoint entity class that provides methods to drive translation operations for list items in a variation label, specifically for exporting items for translation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/translation/variations_timer_job.py

    sharepoint translation variations list-items export
  • class AnalyticsUsageEntry

    A SharePoint analytics class that provides static methods to log user or system events into the SharePoint analytics pipeline.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/analytics/usage_entry.py

    sharepoint analytics logging events tracking
  • class TaxonomyService

    TaxonomyService is a client runtime context class that provides access to SharePoint taxonomy/term store functionality for a given site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/taxonomy/service.py

    sharepoint taxonomy term-store metadata odata
  • class File

    Represents a file in a SharePoint Web site that can be a Web Part Page, an item in a document library, or a file in a folder.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/files/file.py

    class file
  • class RecentFileCollection

    A SharePoint entity class that represents a collection of recent files and provides functionality to retrieve recent files from SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/files/recent_file_collection.py

    sharepoint files recent-files entity office365
  • class FileCollection

    FileCollection is a class that manages a collection of File resources in SharePoint, providing methods to upload, add, and retrieve files from a folder or document library.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/files/collection.py

    sharepoint file-management upload collection document-library
  • class TenantSettings

    TenantSettings is a class that manages SharePoint tenant-level configuration properties, specifically corporate catalog settings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/settings.py

    sharepoint tenant administration corporate-catalog configuration
  • class Tenant

    Represents a SharePoint tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/tenant.py

    class tenant
  • class SiteProperties

    Represents a SharePoint site collection's properties and provides methods to query and update site-level settings such as sharing capabilities, lock state, and customization permissions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/sites/properties.py

    sharepoint site-administration tenant-management site-properties sharing-settings
  • class RemoteWeb

    Represents a remote SharePoint web (site) that might be on a different domain, providing access to lists and web properties across domains.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/webs/remote_web.py

    sharepoint remote-web cross-domain client-object list-access
  • class Web

    Represents a SharePoint site. A site is a type of SecurableObject. A group of related webpages that is hosted by a server on the World Wide Web or an intranet. Each website has its own entry points, metadata, administration settings, and workflows. Also referred to as web site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/webs/web.py

    class web
  • class SPHelper

    SPHelper is a utility class for SharePoint directory operations, providing static methods to check group membership, site availability, retrieve group members/owners, and manage external members.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/directory/helper.py

    sharepoint directory groups membership users
  • class RatingSettings

    A SharePoint entity class that provides functionality for managing rating settings, specifically for retrieving rating information for SharePoint lists.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/rating_settings.py

    sharepoint ratings portal entity list-management
  • class MySiteRecommendations

    A SharePoint Portal class that manages site and document recommendations for the current user, providing methods to follow or unfollow content items.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/mysite_recommendations.py

    sharepoint recommendations follow unfollow mysite
  • class DocumentsSharedWithMe

    A SharePoint class that provides static methods for retrieving documents shared with the current user on their personal site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/userprofiles/documents_shared_with_me.py

    sharepoint documents shared-documents userprofiles static-methods
  • class TargetApplication

    A class representing a logical entity for a software system in SharePoint's Secure Store Service, managing credentials and metadata for target applications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/securestore/target_application.py

    sharepoint secure-store credentials entity target-application
  • class TargetApplicationField

    Represents a credential field in SharePoint's Secure Store Service, encapsulating the field name, masking behavior, and credential type.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/securestore/target_application_field.py

    sharepoint secure-store credentials authentication entity
  • class AppPrincipalCredential

    A class representing a credential belonging to an app principal in SharePoint, providing factory methods to create credentials from symmetric keys or key group identifiers.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/appprincipal/credential.py

    sharepoint authentication credentials app-principal security
  • class TrackedItemService

    A service class for tracking SharePoint items and retrieving tracked item updates for users.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/activities/tracked_item_service.py

    sharepoint tracking service entity office365
  • class Campaigns

    A class representing SharePoint Campaigns entity that provides operations for retrieving campaign information from SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/campaigns/campaigns.py

    sharepoint campaigns entity rest-api office365
  • class SPPolicyStoreProxy

    A proxy class for interacting with SharePoint's compliance policy store, providing methods to retrieve compliance tags and dynamic scope bindings for SharePoint sites.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/compliance/store_proxy.py

    sharepoint compliance policy governance tags
  • class DocumentSharingManager

    A SharePoint document sharing manager class that provides static methods for managing document permissions, sharing settings, and shared views in SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sharing/document_manager.py

    sharepoint document-sharing permissions access-control role-management
  • class SharingUtility

    A utility class for SharePoint sharing operations that provides static methods to retrieve user directory information and validate user email addresses.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sharing/utility.py

    sharepoint sharing utility user-directory email-validation
  • class ObjectSharingInformation

    A class that provides comprehensive information about the sharing state of SharePoint securable objects (documents, list items, sites), including permissions, sharing links, and user access details.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sharing/object_sharing_information.py

    sharepoint sharing permissions security collaboration
  • class SiteSharingReportHelper

    A helper class for managing SharePoint site sharing reports, providing static methods to create, cancel, and retrieve capabilities of sharing report jobs.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sharing/site_sharing_report_helper.py

    sharepoint sharing reports site-management permissions
  • class PersonalWeb

    PersonalWeb is a SharePoint client class that provides methods for managing a user's personal web site, specifically operations on the user's default document library.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sharing/personal_web.py

    sharepoint permissions personal-web document-library inheritance
  • class SocialAnnouncementManager

    A SharePoint API manager class for retrieving and managing social announcement tiles displayed on SharePoint sites.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/announcement_manager.py

    sharepoint social announcements tiles webparts
  • class SPSocialSwitch

    A SharePoint utility class that provides methods to check whether social features (like following content) are enabled or disabled in a SharePoint environment.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/social/switch.py

    sharepoint social-features following feature-detection utility
  • class MicroServiceManager

    MicroServiceManager is a SharePoint entity class that manages microservice work items, providing functionality to add work items to a microservice queue with specified payloads, durations, and properties.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/microservice/manager.py

    sharepoint microservice work-item queue office365
  • class Site

    Represents a collection of sites in a Web application, including a top-level website and all its sub sites. A set of websites that are in the same content database, have the same owner, and share administration settings. A site collection can be identified by a GUID or the URL of the top-level site for the site collection. Each site collection contains a top-level site, can contain one or more subsites, and can have a shared navigational structure.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sites/site.py

    class site
  • class SPHSite

    A class named SPHSite

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/sites/sph_site.py

    class sphsite
  • class DocumentSet

    A class representing a SharePoint DocumentSet, which is a specialized folder type that inherits from Folder and provides methods to create and retrieve document sets on a SharePoint server.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/documentmanagement/document_set.py

    sharepoint document-management folder document-set content-type
  • class MountService

    MountService is a SharePoint service class that provides functionality for retrieving remote item information, specifically for OneDrive mount operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/mount/service.py

    sharepoint onedrive mount remote-items service
  • class MountPoint

    MountPoint is a SharePoint entity class that provides functionality for retrieving information about mounted folders in SharePoint sites.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/mount/point.py

    sharepoint mount-point folder entity document-library
  • class Folder

    Represents a folder in a SharePoint Web site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/folders/folder.py

    class folder
  • class MetadataNavigationSettings

    A class that manages metadata navigation and filtering settings for SharePoint lists, providing functionality to retrieve and configure metadata navigation settings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/navigation/metadata_settings.py

    sharepoint metadata navigation filtering list-settings
  • class CurrencyList

    A SharePoint entity class that provides access to the list of supported currencies in SharePoint currency columns.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/currency.py

    sharepoint currency entity office365 localization
  • class List

    Represents a list on a SharePoint Web site. A container within a SharePoint site that stores list items. A list has a customizable schema that is composed of one or more fields.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/list.py

    class list
  • class Field

    A SharePoint Field class that represents metadata containers within SharePoint lists and list items, providing methods to manage field properties, indexing, and form visibility.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/fields/field.py

    sharepoint field metadata list-column office365
  • class WorkflowServicesManager

    Manages workflow host configuration states and provides service objects for interacting with SharePoint workflows.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/workflowservices/manager.py

    sharepoint workflow services manager workflow-host

Search Examples