BoulderBum
Programmer
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:
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
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