Lists.CreateContentType メソッド (websvcLists)
リスト上にリスト コンテンツ タイプを作成します。
名前空間: websvcLists
アセンブリ: STSSOAP (stssoap.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CreateContentType", RequestNamespace:="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace:="https://schemas.microsoft.com/sharepoint/soap/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function CreateContentType ( _
listName As String, _
displayName As String, _
parentType As String, _
fields As XmlNode, _
contentTypeProperties As XmlNode, _
addToView As String _
) As String
'使用
Dim instance As Lists
Dim listName As String
Dim displayName As String
Dim parentType As String
Dim fields As XmlNode
Dim contentTypeProperties As XmlNode
Dim addToView As String
Dim returnValue As String
returnValue = instance.CreateContentType(listName, displayName, parentType, fields, contentTypeProperties, addToView)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CreateContentType", RequestNamespace="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="https://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string CreateContentType (
string listName,
string displayName,
string parentType,
XmlNode fields,
XmlNode contentTypeProperties,
string addToView
)
パラメータ
- listName
コンテンツ タイプが作成されるリストの名前を含む文字列。
- displayName
リスト コンテンツ タイプの表示名を表す文字列。
- parentType
リスト コンテンツ タイプの基になる、サイト コンテンツ タイプのコンテンツ タイプ ID を含む文字列。
fields
新しいサイト コンテンツ タイプに含める列のコレクションを表す文字列。列コレクションを FieldRefs 要素として書式設定します。ここで、各 FieldRef 子要素は、コンテンツ タイプに含める既存の列への参照を表します。
contentTypeProperties
コンテンツ タイプに対して指定するプロパティを表す文字列。プロパティを ContentType 要素として書式設定し、指定するプロパティの要素属性を含めます。
- addToView
"true" または "false" を含む文字列。コンテンツ タイプをリスト ビューに追加するかどうかを示します。
関連項目
参照
Lists クラス
Lists メンバ
websvcLists 名前空間