🔍 Code Extractor

Browse Components

Showing 20 of 1215 components

  • class TemplatizationMetaData

    TemplatizationMetaData is a data class that inherits from ClientValue, representing metadata related to templatization in Office 365 operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/templatization_metadata.py | Lines: 4-5

    office365 sharepoint metadata templatization client-value
  • class CurrencyInformation

    A data class that encapsulates currency information including display formatting, language/culture settings, and locale identifiers for UI presentation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/currency_information.py | Lines: 4-17

    currency localization internationalization i18n l10n
  • class ListTemplateCollection

    A collection class that manages and provides access to SharePoint list templates, extending EntityCollection to handle multiple ListTemplate instances.

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

    sharepoint list-templates collection entity-collection rest-api
  • class RenderListDataParameters

    Specifies the parameters to be used to render list data as a JSON string

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/render_data_parameters.py | Lines: 4-50

    class renderlistdataparameters
  • class SPListRule

    SPListRule is a minimal class that inherits from ClientValue, representing a SharePoint list rule entity in the Office365 API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/rule.py | Lines: 4-5

    sharepoint office365 data-model client-value list-rule
  • class ListDataSource

    A class that stores parameters required for a SharePoint list to communicate with its external data source, inheriting from ClientValue.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/data_source.py | Lines: 4-5

    sharepoint office365 data-source external-data list-configuration
  • class GetListsParameters

    A parameter class for configuring SharePoint list retrieval operations, encapsulating position and row limit settings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/get_parameters.py | Lines: 5-15

    sharepoint parameters pagination lists dto
  • 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 | Lines: 9-25

    sharepoint currency entity office365 localization
  • class CurrencyInformationCollection

    A collection class that holds a list of CurrencyInformation objects representing supported currencies in SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/currency_information_collection.py | Lines: 6-10

    sharepoint currency collection client-value office365
  • class ListTemplate

    Represents a SharePoint list definition or list template that defines the fields and views for a list, providing access to list schema and metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/template.py | Lines: 7-43

    sharepoint list-template schema office365 entity
  • class CreatablesInfo

    A SharePoint entity class that provides information about what types of content (folders, items, files) can be created in a SharePoint list, along with links to create them.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/creatables_info.py | Lines: 5-58

    sharepoint permissions list-management content-creation metadata
  • class ListCollectionPosition

    A client value class representing a position in a SharePoint list collection, used for pagination control when retrieving list items.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/collection_position.py | Lines: 4-13

    sharepoint pagination list-collection client-value data-transfer-object
  • class DocumentLibraryInformation

    A data class that represents metadata and configuration information for a SharePoint document library on a site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/document_library_information.py | Lines: 4-29

    sharepoint document-library metadata data-transfer-object dto
  • class BaseType

    An enumeration class that defines constants representing different base types for SharePoint lists.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/base_type.py | Lines: 1-22

    enumeration constants sharepoint list-types base-type
  • class CreatableItemInfoCollection

    A collection class that wraps and manages a list of CreatableItemInfo objects, inheriting from ClientValue to provide client-side value semantics.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/creatable_item_info.py | Lines: 13-21

    collection office365 sharepoint client-value container
  • class CreatableItemInfo

    A data class representing information about a creatable item in SharePoint/Office 365, including what the item is and where to create it.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/creatable_item_info.py | Lines: 5-10

    sharepoint office365 document-creation data-transfer-object dto
  • class RenderListDataOverrideParameters

    A parameter class for overriding SharePoint list data rendering options, inheriting from ClientValue to represent client-side values in SharePoint operations.

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

    sharepoint list-rendering data-override client-value dto
  • class PolicyEvaluationInfo

    PolicyEvaluationInfo is a SharePoint entity class that represents policy evaluation information in Office 365 SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/policy/evaluation_info.py | Lines: 4-5

    sharepoint office365 entity policy evaluation
  • class DlpPolicyTip

    A class representing Data Loss Protection (DLP) policy information for SharePoint items, providing details about policy restrictions, compliance, and matched conditions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/policy/dlp_policy_tip.py | Lines: 5-41

    sharepoint dlp data-loss-protection compliance policy
  • class Navigation

    Represents navigation operations at the SharePoint site collection level, providing access to Quick Launch and Top Navigation Bar node collections.

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

    sharepoint navigation site-collection quick-launch top-navigation