Exemple #1
0
 /// <summary>
 /// Gets the unique id of a node.
 /// </summary>
 /// <param name="nodeId">The node id.</param>
 /// <returns>Returns the unique id of a node.</returns>
 public static string GetUniqueId(int nodeId)
 {
     return(Cms.GetUniqueId(nodeId));
 }
Exemple #2
0
 /// <summary>
 /// Gets the unique id of a media node.
 /// </summary>
 /// <param name="mediaId">The media id.</param>
 /// <returns>Returns the unique id of a media node.</returns>
 public static string GetUniqueId(int mediaId)
 {
     return(Cms.GetUniqueId(mediaId));
 }