This is an old revision of the document!
public string GetSiteUrl()
Returns absolute URL for site main folder (This method produces different results depending of page assembling mode).
public string GetContentUploadUrl(string content_name)
Возвращает URL библиотеки контента по заданному имени.
public string GetContentUploadUrlByID(int content_id)
Возвращает URL библиотеки контента по заданному ID.
string GetFieldUploadUrl(string contentName, string fieldName)
Рекомендуется для использования вне Publishing Container
Discussion