I want to be able to know the DocumentType of a Document object when using the API - I have a bunch of Document objects, but want to perform operations on them if they are of a certain DocumentType only.
There must be a way of getting this information surely from the Document object?
Determine DocumentType on a Document using API
I want to be able to know the DocumentType of a Document object when using the API - I have a bunch of Document objects, but want to perform operations on them if they are of a certain DocumentType only.
There must be a way of getting this information surely from the Document object?
ARGH! Knew this would happen - just as a post the question, I catch sight of the answer: http://our.umbraco.org/forum/developers/api-questions/2835-get-DocumentType-of-a-Docoment-
is working on a reply...