프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConstructQueryString | string | ||
CropUpExtendedUrl | string |
메소드 | 설명 | |
---|---|---|
AppendOrUpdateQueryString ( this umbraco, string key, string value ) : string |
Appends or updates a query string value to the current Url
|
|
AppendOrUpdateQueryString ( this umbraco, string url, string key, string value ) : string |
Appends or updates a query string value to supplied Url
|
|
Config ( this umbraco ) : Configuration |
Return an instance of the Configuration class.
|
|
GetCroppedImage ( this content, string alias, int width, int height = null, string cropAlias = "", int quality = null, bool slimmage = false, string placeholder = "", string altAlias = "" ) : |
Return a croped image based on the width and height.
|
|
GetCroppedImages ( this content, string alias, int width, int height = null, string cropAlias = "", int quality = null, bool slimmage = false, string altAlias = "" ) : IEnumerable |
Return all images with crop based on the width and height.
|
|
GetGoogleMapsValues ( this content, string alias ) : |
Return the strings that has been filled in.
|
|
GetMediaItem ( this content, string alias, string altAlias = "", string placeholder = "" ) : |
Return the media item.
|
|
GetMediaItems ( this content, string alias, string altAlias = "" ) : IEnumerable |
Return all media items.
|
|
GetMntpNodes ( this node, string propertyName ) : IEnumerable |
Return the nodes selected with MNTP (xml only) as IPublishedContent.
|
|
GetMultiUrlPicker ( this content, string alias ) : IEnumerable |
Return the Multi UrlPicker that has been selected.
|
|
GetMultipleTextStrings ( this content, string alias ) : IEnumerable |
Return the strings that has been filled in.
|
|
GetPager ( this umbraco, int itemsPerPage, int numberOfItems ) : Pager |
Return all fields required for paging.
|
|
GetUrlPicker ( this content, string alias ) : |
Return the UrlPicker that has been selected.
|
|
IsValidEmail ( this umbraco, string email ) : bool |
Checks if the e-mail is valid.
|
|
LogException ( this umbraco, |
Log an exception and send an email.
|
|
SendEmail ( this umbraco, string emailFrom, string emailFromName, string emailTo, string subject, string body, string emailCc = "", string emailBcc = "", EmailType emailType = null ) : void |
Send the e-mail.
|
|
TopPage ( this content ) : IPublishedContent |
Return the node where default settings are stored.
|
메소드 | 설명 | |
---|---|---|
ConstructQueryString ( |
Constructs a NameValueCollection into a query string. Consider this method to be the opposite of "System.Web.HttpUtility.ParseQueryString" |
|
CropUpExtendedUrl ( string url, ImageSizeArguments sizeArgs, string additionalVars = "" ) : string |
The crop up extended url.
|
public static AppendOrUpdateQueryString ( this umbraco, string key, string value ) : string | ||
umbraco | this | |
key | string | The query string key |
value | string | The query string value |
리턴 | string |
public static AppendOrUpdateQueryString ( this umbraco, string url, string key, string value ) : string | ||
umbraco | this | |
url | string | The Url to update |
key | string | The query string key |
value | string | The query string value |
리턴 | string |
public static Config ( this umbraco ) : Configuration | ||
umbraco | this | |
리턴 | Configuration |
public static GetCroppedImage ( this content, string alias, int width, int height = null, string cropAlias = "", int quality = null, bool slimmage = false, string placeholder = "", string altAlias = "" ) : |
||
content | this | |
alias | string | |
width | int | |
height | int | |
cropAlias | string | |
quality | int | |
slimmage | bool | |
placeholder | string | |
altAlias | string | |
리턴 |
public static GetCroppedImages ( this content, string alias, int width, int height = null, string cropAlias = "", int quality = null, bool slimmage = false, string altAlias = "" ) : IEnumerable |
||
content | this | |
alias | string | |
width | int | |
height | int | |
cropAlias | string | |
quality | int | |
slimmage | bool | |
altAlias | string | |
리턴 | IEnumerable |
public static GetGoogleMapsValues ( this content, string alias ) : |
||
content | this | |
alias | string | |
리턴 |
public static GetMediaItem ( this content, string alias, string altAlias = "", string placeholder = "" ) : |
||
content | this | |
alias | string | |
altAlias | string | |
placeholder | string | |
리턴 |
public static GetMediaItems ( this content, string alias, string altAlias = "" ) : IEnumerable |
||
content | this | |
alias | string | |
altAlias | string | |
리턴 | IEnumerable |
public static GetMntpNodes ( this node, string propertyName ) : IEnumerable |
||
node | this | |
propertyName | string | |
리턴 | IEnumerable |
public static GetMultiUrlPicker ( this content, string alias ) : IEnumerable |
||
content | this | |
alias | string | |
리턴 | IEnumerable |
public static GetMultipleTextStrings ( this content, string alias ) : IEnumerable |
||
content | this | |
alias | string | |
리턴 | IEnumerable |
public static GetPager ( this umbraco, int itemsPerPage, int numberOfItems ) : Pager | ||
umbraco | this | |
itemsPerPage | int | |
numberOfItems | int | |
리턴 | Pager |
public static GetUrlPicker ( this content, string alias ) : |
||
content | this | |
alias | string | |
리턴 |
public static IsValidEmail ( this umbraco, string email ) : bool | ||
umbraco | this | |
string | ||
리턴 | bool |
public static LogException ( this umbraco, |
||
umbraco | this | |
ex | ||
리턴 | void |
public static SendEmail ( this umbraco, string emailFrom, string emailFromName, string emailTo, string subject, string body, string emailCc = "", string emailBcc = "", EmailType emailType = null ) : void | ||
umbraco | this | |
emailFrom | string | |
emailFromName | string | |
emailTo | string | |
subject | string | |
body | string | |
emailCc | string | |
emailBcc | string | |
emailType | EmailType | Type of email to set in the db |
리턴 | void |
public static TopPage ( this content ) : IPublishedContent | ||
content | this | |
리턴 | IPublishedContent |