Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dwarakesh 50 posts 69 karma points
    Sep 08, 2011 @ 12:35
    dwarakesh
    0

    umbraco references

    hi

    I need breif explanation about the following references.. where will i get it

     

    ContextKey
    DateGreaterThan
    DateGreaterThanToday
    GetCurrentMember
    GetDictionaryItem
    GetDictionaryItems
    GetMemberName
    GetNodeFromLevel
    GetPropertyTypeName
    GetRelatedNodes
    GetRelatedNodesAsXml
    IsLoggedOn
    LastIndexOf
    LongDateWithDayName
    PublishSingleNode
    RefreshContent
    RegisterClientScriptBlock
    RemoveFirstParagraphTag
    RePublishNodes
    RePublishNodesDotNet
    Request
    RequestForm
    Session
    SessionId
    setSession
    ShortDateWithGlobal
    ShortDateWithTimeAndGlobal

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 08, 2011 @ 12:40
    Dirk De Grave
    0

    Look at the wiki and use this as a starting point to browse available xslt extension methods: http://our.umbraco.org/wiki/reference/umbracolibrary

    All these xslt functions can be used from xslt using the umbraco.library:Method() syntax or from within your own c# code using umbraco.library.Method()

     

    Cheers,

    /Dirk

  • dwarakesh 50 posts 69 karma points
    Sep 08, 2011 @ 12:47
    dwarakesh
    0

    I collected the above references from the link u have given... there is no explanation for these things.. where can i get it

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 08, 2011 @ 12:52
    Dirk De Grave
    0

    you don't need to get it, it's included in the umbraco assembly, so it's available out of the box if you're running umbraco. All these methods are static, so you need to call them using the above outlined syntax.

    And there's explanation and samples for most of these functions, just click on the link to get more info!

    Cheers,

    /Dirk

Please Sign in or register to post replies

Write your reply to:

Draft