SPContentType.DocumentTemplate Property
Gets or sets the document template for the content type.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[ClientCallableConstraintAttribute(FixedId = "urlconstraint", Type = ClientCallableConstraintType.Custom, Value = "It MUST be either absolute URL, server-relative URL, or relative to the content type resource folder for the content type")] [ClientCallableAttribute] [ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)] public string DocumentTemplate { get; set; }
