Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Site Column Feature: Inheriting From "Person Or Group"

Status
Not open for further replies.

BoulderBum

Programmer
Jul 11, 2002
2,179
US
I want to develop and deploy an XML site column that inherits from the new "Person Or Group" type, but I'm having trouble figuring out how to do it.

This would be a typical site column definition that inherits from a "Text" type:

Code:
<Field ID="{3EA99321-CF5F-4a8b-85A6-CDD3BBA01D14}"
		Name="MyColumn"
	SourceID="[URL unfurl="true"]http://schemas.microsoft.com/sharepoint/v"[/URL]
		Group="My Group"
		ColName="MyColumn"
		Type="[b]Text[/b]"
		DisplayName="My Column"/>

Which is simple enough, but there isn't any sort of "PersonOrGroup" type to inherit from.

Does anyone know how to inherit from "Person Or Group" through CAML?


MCP, MCTS - .NET Framework 2.0 Web Applications
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top