使用 TeamTemplateAttributeAlgorithm 的默认团队模板示例
以下示例显示了将某文档的默认团队模板设置为 Default 的出厂设置 XML。
本示例已调整了格式以便适合于页面。请始终在一行上输入每个标记:
<AttributeValues objType="wt.doc.WTDocument">
<!-- set the team template -->
<AttrValue id="teamTemplate.id" algorithm=
"com.ptc.core.foundation.team.server.impl.TeamTemplateAttributeAlgorithm">
<Arg>Default</Arg>
</AttrValue>
</AttributeValues>
这对您有帮助吗?