with-mappings=true
http://www.mydomainsite.com
http://sites.google.com/a/domain.com/mysite
FileCabinetPageEntry templateInstanceEntry = new FileCabinetPageEntry();templateInstanceEntry.setTitle( new PlainTextConstruct("File cabinet template instance"));templateInstanceEntry.addLink(new Link(SitesLink.Rel.TEMPLATE, Link.Type.ATOM, existingTemplateEntry.getSelfLink().getHref()));String feedUrl = "https://sites.google.com/feeds/content/site/siteName";FileCabinetPageEntry fileCabFromTemplate = client.insert( new URL(feedUrl), templateInstanceEntry);
... all nice and good, but how does one get a list of user create and/or system templates?They don't appear in content or site feeds unless as a <link rel="template" element for an existing page created from a template?
Post a Comment
1 comment :
... all nice and good, but how does one get a list of user create and/or system templates?
They don't appear in content or site feeds unless as a <link rel="template" element for an existing page created from a template?
Post a Comment