web Metadata Properties Thumbnails Properties by Kind MRU Change Notifications Bulk Access File broker functions Search Deep/Shallow Enumeration.

Slides:



Advertisements
Similar presentations
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Advertisements

EndNote. What is EndNote:  EndNote is referencing software that enables you to create a database of references from your readings. Your database of references.
Search content in the Admin user library to share in the meeting Search web content Upload files from local PC Open audio chat only Open IM chat window.
Wincite Introduces Knowledge Notebooks A new approach to collecting, organizing and distributing internal and external information sources and analysis.
Developing for Windows 8/WinRT Session 4 Fundamentals Kevin Stumpf.
OCLC Online Computer Library Center CONTENTdm Developers Meeting ALA Midwinter Meeting Seattle, WA January 19 th, 2007 Claire Cocco, Product Manager Joe.
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
QUME 185 File Management. 2 Where did I save it? Managing files and folders is one of the most important computer skills The essential skills: Create*
Basic IR: Queries Query is statement of user’s information need. Index is designed to map queries to likely to be relevant documents. Query type, content,
Resource Discovery Module DigiTool Version 3.0. Resource Discovery 2 Deposit Approval Search & Index Dispatcher & Viewers Single & Bulk Web Services DigiTool.
Fast Track to ColdFusion 9. Getting Started with ColdFusion Understanding Dynamic Web Pages ColdFusion Benchmark Introducing the ColdFusion Language Introducing.
Enterprise Search With SharePoint Portal Server V2 Steve Tullis, Program Manager, Business Portal Group 3/5/2003.
COMPREHENSIVE Windows Tutorial 2 Organizing Your Files.
Access to known folders, using pickers, writing to and reading from files, caching files for future access George Georgiev Telerik Software Academy academy.telerik.com.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
Course ILT Folder and file management Unit objectives Explore the contents of a hard disk and view file and folder attributes by using Windows Explorer.
131 Agenda Overview Review Roles Lists Libraries Columns.
Software Apps. Word, PowerPoint, Excel, Access Mr. Miller.
ASP.NET Programming with C# and SQL Server First Edition
The Basics of Windows 7. Logging In Start Button.
COMP 365 Android Development.  Manages access from a central database  Allows multiple applications to access the same data.
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
Open Data Protocol * Han Wang 11/30/2012 *
Introduction to SEQUEL. What is SEQUEL? Acronym for Structural English Query Language Acronym for Structural English Query Language Standard language.
Exploiting New Capabilities for Search And Organization Kerem Karatal DAT307 Lead Program Manager Microsoft Corporation.
WCM Platform Improvements ECM and Enterprise Metadata Advanced Routing and Document Sets In Place Records Management.
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
Digital curation activities enhance access and retrieval, maintain quality, add value, and facilitate use and re-use over time. This poster demonstrates.
Access to known folders, using pickers, writing to and reading from files, caching files for future access George Georgiev Telerik Software Academy academy.telerik.com.
To access our web services, go to……. Click on Customer Login.
Microsoft Outlook 2010 Chapter 3 Managing Contacts and Personal Contact Information with Outlook.
PowerPoint Extras. Eyes to the front please! Action Buttons.
The World’s Leading Information Provider 1 WiseEnterprise 3 Training Workshop Jun 26 th, 2015 o Basic Functions o Basic Editing o Reporting o Content Grabber.
Storage Device Design Pattern JEFF MEISSNER; KEN HARDY Windows Program Management.
ECDL. Word processing Work with documents and save them in different file formats Choose built-in options such as the Help function to enhance productivity.
web app-to-app picking downloaded files.
Easy programmatic access to the file system, file type associations, and new system UI controls for opening files Simple integration with the file.
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
®® Microsoft Windows 7 for Power Users Tutorial 3 Managing Folders and Files.
Unit 2—Using the Computer Lesson 9 Windows and File Management.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Principles of Information Technology
Microsoft Windows is the dominant operating system on computers around the world. In this lesson, you will learn how to navigate and manage files in the.
Compliance & Information Management Paul Quirk. Core Infrastructure People Productivity Customer Management Product & Service Development Operations &
Longhorn Search and Organize User And Developer Experience Paul Cutsinger – Lead Program Manager Kerem Karatal – Lead Program Manager Microsoft Corporation.
InfoTrac/PowerSearch Interface Enhancements 2011.
Steven Perry Dave Vieglais. W a s a b i Web Applications for the Semantic Architecture of Biodiversity Informatics Overview WASABI is a framework for.
®® Microsoft Windows 7 Windows Tutorial 2 Organizing Your Files.
Change Display of a Key Figure While in the Change Query (Local Definition) Hiding 1.Right click.
File Management 1.Keeping all your files in one location, such as “My Documents” is a very good idea. Have folders within your “My Documents” for different.
The Development of a search engine & Comparison according to algorithms Sung-soo Kim The final report.
Publishing GIS Services to ArcGIS Server
Fab25 User Training Cerium Labs LabCollector - LIMS Lynette Ballast.
COMPREHENSIVE Windows Tutorial 6 Searching for Information and Collaborating with Others.
Windows Tutorial 2 Organizing Your Files
Developing Windows 8 Style Application With HTML and JavaScript
Windows 7 and file management
Yochay Kiriaty Senior Technical Evangelist Microsoft® Corporation
Indication rules and set filtering Harvard University April 18-19
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Customize Office 365 Search and create result sources
Lesson 9 Windows Management
EndNote by: fatimah alotaibi.
A Developer's Guide to Windows 10 Andy & Jerry
Search: integrating into the Windows 8 search experience
File type associations and AutoPlay
Chapter 10: File-System Interface
4/9/ | Contracts © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Presentation transcript:

web

Metadata Properties Thumbnails Properties by Kind MRU Change Notifications Bulk Access File broker functions Search Deep/Shallow Enumeration Sort Ordering User Entered Keyword Search AQS Search File Extension Filtering Application Entered Filter Arrangement Views Indexer Options Operations Read Write Move Copy Create Delete Rename File Picking Access Cache

StorageFile StorageFolder StorageItem  Create files and folders  Enumerate contents  Retrieve StorageItem(s) within a folder by name  Open the file as a stream (RO, R/W)  Retrieve the filename and extension  Rename, copy, delete Base Abstraction returned by the File Broker Retrieve basic properties Thumbnails, Operations Definitions

File picker Access via file APIs  User-driven access  Open / Save files to / from the File System  Location driven system control  App-driven access  Capabilities declared in app manifest  Enumerate files and folders  Read and manipulate properties  Bulk access via FileInformationFactory Two ways to access the file system

Building a Metro style app

Accessing app files

web

Accessing user files programmatically

web

Enumerating libraries Library capabilities: Documents library is a restricted location File type association declaration is required

Search Search within the user’s libraries Build views based on search Single keyword or complex queries Implement Search contract to show up as a search provider Supported across every language Windows supports!

Access file metadata Complete access to properties available through the Windows property system Simple property accessors MusicProperties ImageProperties VideoProperties DocumentProperties Thumbnails Multiple sizes and modes

Accessing user files through the picker