File Server Resource Manager: Creating a custom classification module - Index

Hello everyone,

The other day a customer wanted to classify his documents using the File Resource Manager of Windows Server 2008 R2. He needed to classify a huge amount of files with dynamic values in a short amount of time. He found that opening the files programmatically, one by one, writing their classification properties and closing the file again was pretty slow. ("Between 2 and 6 seconds per file" slow.)

The recommended and faster way is to implement your own classification module. In the following mini-series I will explain how to do this.

Index


  1. Introduction
  2. Implementation of the class library
  3. Registration of the class library
  4. Running the Classification Module

I hope this tutorial proves to be useful to you!

Cheers,

Helge Mahrt