<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - SharePoint Document Workflow: Extracting document details with your workflow</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/258459_100x75.jpg</url>
		<title>Channel 9 - SharePoint Document Workflow: Extracting document details with your workflow</title>
		<link></link>
	</image>
	<description>
This is a&amp;nbsp;2nd part of a series that I am doing on &amp;quot;Building Document Workflow&amp;quot; in SharePoint/MOSS 2007 that I am producing.&amp;nbsp; You can find the freely downloadable workshops that accompanying these videos on my blog

here.  
The scenario is a company has created a portal which will accept resume&#39;s for job postings, and that via workflow, the MOSS 2007 portal will handle the workflow (automatically and with human interaction where needed) to process the resume&#39;s (documents).
 
In this example, I will show how to use the WorkflowProperties Object to get information about the file being uploaded.&amp;nbsp; With SharePoint Workflow you get a variety of detailed information about your workflow item (i.e., Document), including the file name,
 who uploaded/emailed it, when it was last check in/out, etc.&amp;nbsp;  
In this demonstration, I assume that the resume file (our sample document) was emailed to the SharePoint list.&amp;nbsp; See my earlier screencast to see how to enable MOSS SharePoint List to receive email (see below for the link).

You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.  
My other SharePoint videos:

 
Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my blog at this

link, as I do not monitor this feedback URL.</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 08:52:00 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 08:52:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: SharePoint Document Workflow: Extracting document details with your workflow</title>
		<description>
			<![CDATA[FYI: you can use System.IO.Path.GetExtension(filename) instead of filename.Substring(filename.LastIndexOf(&quot;.&quot;))<br>
<p>posted by joshnuss</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow#c633292007980000000</link>
		<pubDate>Sun, 28 Oct 2007 20:39:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow#c633292007980000000</guid>
		<dc:creator>joshnuss</dc:creator>
	</item>
	<item>
		<title>Re: SharePoint Document Workflow: Extracting document details with your workflow</title>
		<description>
			<![CDATA[Good suggestion; I didn't know that one.<br>
<br>
- Robert<p>posted by Robert Shelton</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow#c633292198830000000</link>
		<pubDate>Mon, 29 Oct 2007 01:58:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow#c633292198830000000</guid>
		<dc:creator>Robert Shelton</dc:creator>
	</item>
</channel>
</rss>