def id(self):
     """Specifies an identifier for the content type as specified in [MS-WSSTS] section 2.1.2.8.1.
     :rtype: ContentTypeId
     """
     return self.properties.get("Id", ContentTypeId())
 def content_type_id(self):
     """Gets the identifier of the content type with which the view is associated.
     :rtype: ContentTypeId
     """
     return self.properties.get("ContentTypeId", ContentTypeId())
Ejemplo n.º 3
0
    def content_type_order(self):
        """Specifies the content type order for the list folder.

        :rtype: office365.sharepoint.contenttypes.content_type_id.ContentTypeId or None
        """
        return self.properties.get("ContentTypeOrder", ContentTypeId())