Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is there anyway to get my selected Icon in document type and display in my frontend programming.
Thanks
Hi Pushpendu,
Look at code below :
var contentType = Services.ContentTypeService.GetContentType(1000); string pathToIcon = contentType.Icon;
1000 - is your contentType id.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can I get Icon which we select in Document type.
Hi,
Is there anyway to get my selected Icon in document type and display in my frontend programming.
Thanks
Hi Pushpendu,
Look at code below :
1000 - is your contentType id.
Thanks
is working on a reply...