Remarks
Overview of all local Viper methods.
Local Viper methods depend on the current context and are available only within supporting macro's. Some local viper methods also support the extension viper syntax, as indicated.
Local Viper Methods
Local Viper Method | Description |
---|---|
This.Add (Json) Viper Method | Add a named property on the JSON object. Fails if the object already contains a property by the same name. |
This.Add (Metadata) Viper Method | Adds a metadata element. |
This.Add (PlaceHolder) Viper Method | Adds a row with the specified column values to the placeholder. |
This.Add (ShoppingCart) Viper Method | Adds the specified article to the shopping cart. |
This.AddDublinCore (Metadata) Viper Method | Adds a Dublin Core metadata element. |
This.AddLine Viper Method | Adds the specified data and a new line character to the placeholder. |
This.AddNamespace (Metadata) Viper Method | Adds the namespace. |
This.AddNull (Json) Viper Method | Add a null property on the JSON object. Fails if the object already contains a property by the same name. |
This.AddValue (Json) Viper Method | Add a named property on the JSON object. Fails if the object already contains a property by the same name. |
This.AffectedRecords (SqlQuery) Viper Method | Returns the number of affected records when executing in scalar mode. |
This.AIM.Relations Viper Method | Gets a list of all outgoing AIM relations created by the macro. |
This.Allowemptysearch (FacetedSearchQueryBuilder20) Viper Method | Gets the facet. |
This.AltText (Image) Viper Method | Gets the HTML alt text attribute of the image. |
This.Amount (Payment) Viper Method | Gets the amount. |
This.Append Viper Method | Appends data from the given datatables to this placeholder. |
This.AppendChild (XmlProcessor) Viper Method | Appends the given child node at the current node. |
This.AppendChildBinary (XmlProcessor) Viper Method | Appends the given child xml at the current node. |
This.AppendChildXml (XmlProcessor) Viper Method | Appends the given child xml at the current node. |
This.ApplyBoxFormat (SmartletBox) Viper Method | Invokes the box formatting translation. By default this is the translation 'createsmartletbox'. |
This.Attribs (SmartletBox) Viper Method | Custom attributes to include in the outer div. |
This.AutoTitle (Image) Viper Method | Gets a value indicating whether to automatically copy a title attribute from the AltText, if not specified. |
This.BoxData (SmartletBox) Viper Method | Data to be rendered inside the box. |
This.BoxMode (SmartletBox) Viper Method | Visual styling of the box. Only predefined value is 'none' for a non-visible container. |
This.BoxSkin (SmartletBox) Viper Method | Skin type of the box. |
This.Brand (Payment) Viper Method | Gets the brand of the payment method. |
This.Break (For) Viper Method | Breaks out of the loop. |
This.Break Viper Method | Breaks out of the loop. |
This.Buffer.Exists Viper Method | Checks whether a local buffer exists. |
This.Buffer.Get Viper Method | Gets a local buffer. |
This.Buffer.Set Viper Method | Sets a local buffer. |
This.Buttons (SmartletBox) Viper Method | Gets the button HTML, rendered in the title bar of the box. |
This.CanGoBack (Paging) Viper Method | Determines whether there is a previous page to go back to when paging is set to true. |
This.CanGoForward (Paging) Viper Method | Determines whether there is a next page to go to when paging is set to true. |
This.Caption (SmartletBox) Viper Method | Gets the caption, rendered in the title bar of the box. |
This.ChildLevelResult Viper Method | Gets the result of the child levels. |
This.ClassName (Image) Viper Method | Gets the value for the HTML class attribute of the image. |
This.Clear Viper Method | Clears the data in the placeholder. |
This.ClearDublinCore (Metadata) Viper Method | Removes all Dublin Core metadata elements. |
This.ClearForcedResult Viper Method | Sets the result of the macro.used to override the normal handling of the result creation. |
This.ColCount Viper Method | Gets the number of columns in the datatable. |
This.ColName Viper Method | Gets the name of the current column. |
This.ColNumber Viper Method | Gets the number of the current column. |
This.CompleteDocument Viper Method | Gets the complete document. |
This.ContentTypeWeight (FacetedSearchQueryBuilder) Viper Method | Gets the content type weight. |
This.ContentTypeWeight (FacetedSearchQueryBuilder20) Viper Method | Gets the content type weight. |
This.Count (Paging) Viper Method | Gets the total page count. |
This.Currency (Payment) Viper Method | Gets the currency using ISO 4217 codes. |
This.Current (Paging) Viper Method | Gets the current page. |
This.CurrentIndex (Siblings) Viper Method | Returns the position of the current sibling in the collection of siblings. |
This.CustomerAddress (Payment) Viper Method | Gets the customer address. |
This.CustomerCountry (Payment) Viper Method | Gets the customer country. |
This.CustomerEmail (Payment) Viper Method | Gets the customer email address. |
This.CustomerName (Payment) Viper Method | Gets the name of the customer. |
This.CustomerPhone (Payment) Viper Method | Gets the customer phone number. |
This.CustomerTown (Payment) Viper Method | Gets the customer town. |
This.CustomerZipcode (Payment) Viper Method | Gets the customer zipcode. |
This.Data (ViewSource) Viper Method | Gets the data from the viewsource macro. |
This.Data Viper Method | Gets the underlying datatable used to hold the placeholder data. |
This.DefaultResultFormat (XLinks) Viper Method | Gets the default result format. |
This.DefaultRowFormat (XLinks) Viper Method | Gets the default row format. |
This.Delete (XmlProcessor) Viper Method | Deletes the given node(s). |
This.Delete Viper Method | Deletes the specified rows. |
This.DocTypeHeader Viper Method | Gets the HTML doctype string. |
This.DocumentBody Viper Method | Gets the inner html of the document's body node. |
This.DocumentBodyNode Viper Method | Gets the Xml of the document's body node. |
This.EditedSmartlet (SmartletEditor) Viper Method | Returns the name of the smartlet being edited. |
This.EditorUseLocation (SmartletEditor) Viper Method | Returns the location where the editor is called from. |
This.Enable (CacheFile) Viper Method | Enables the cache. |
This.Error.InnerException.Message Viper Method | Returns the text message of the inner exception of the exception that has occurred. |
This.Error.InnerException.SmartsiteCode Viper Method | Returns Smartsite error code of the inner exception of the exception that has occurred. |
This.Error.InnerException.Throw Viper Method | Makes Smartsite throw the inner exception. |
This.Error.InnerException.ToString Viper Method | Returns the full information of the inner exception of the exception that has occurred, including the stack trace. |
This.Error.InnerException.Type Viper Method | Returns the full Type name of the inner exception of the exception that has occurred. |
This.Error.Message Viper Method | Returns the text message of the exception that has occurred. |
This.Error.SmartsiteCode Viper Method | Returns the Smartsite Error code of the exception that has occurred. |
This.Error.Throw Viper Method | Makes Smartsite throw the current exception. |
This.Error.ToString Viper Method | Returns the full information of the exception that has occurred, including the stack trace. |
This.Error.Type Viper Method | Returns the full Type name of the exception that has occurred. |
This.Evaluate (XmlProcessor) Viper Method | Evaluates the given expression at the current Xml node. |
This.Exists (Json) Viper Method | Indicates whether the given property exists in the JSON object. |
This.Expires Viper Method | Gets the expiry date of the embedded page. |
This.ExtractBinary (XmlProcessor) Viper Method | Gets the binary value of the current node as a Binary Data formatted DataTable. |
This.ExtraData (Payment) Viper Method | Gets the extra data. Will be sent with the request to Ogone. |
This.ExtraElements (SmartletBox) Viper Method | Extra Elements to include in the box output. Except for BoxMove="none", these elements should always be invisible. |
This.Facet (FacetedSearchQueryBuilder) Viper Method | Gets the facet. |
This.Facet (FacetedSearchQueryBuilder20) Viper Method | Gets the facet. |
This.FacetSelectFields (FacetedSearchQueryBuilder) Viper Method | Gets the facet select fields. |
This.FacetSelectFields (FacetedSearchQueryBuilder20) Viper Method | Gets the facet select fields. |
This.FacetWhereClause (FacetedSearchQueryBuilder) Viper Method | Gets the facet-specific where clause. |
This.FacetWhereClause (FacetedSearchQueryBuilder20) Viper Method | Gets the facet-specific where clause. |
This.Field Viper Method | Gets the field value of the current column in the current row, when using colformat. |
This.Field.Exists Viper Method | Checks whether the given field exists. |
This.FieldName (FacetedSearchQueryBuilder) Viper Method | Gets the name of the field. |
This.FieldName (FacetedSearchQueryBuilder20) Viper Method | Gets the name of the field. |
This.FieldWeight (FacetedSearchQueryBuilder) Viper Method | Gets the field weight. |
This.FieldWeight (FacetedSearchQueryBuilder20) Viper Method | Gets the field weight. |
This.FindExact Viper Method | Finds a row using the specified column values. |
This.FindExtension Viper Method | Finds an extension macro. |
This.FirstResult (Paging) Viper Method | Gets the index of the first result on the current page. |
This.Footer (SmartletEditor) Viper Method | Gets the footer of the form. |
This.ForceLayout (FlexLayout) Viper Method | Forces the flex layout for the current item. Must be the first FlexLayout viper method invoked. |
This.FormAttribs (SmartletBox) Viper Method | When non-empty, a form tag will be emitted using the given attributes. |
This.FreetextTablesearch (FacetedSearchQueryBuilder20) Viper Method | Freetextsearch. |
This.Get (Json) Viper Method | Gets the string representation of the JSON object. |
This.GetAttribute (XmlProcessor) Viper Method | Gets the value of the given attribute on the current Xml node. |
This.GetByPosition (Json) Viper Method | Gets the string representation of the JSON object at the given position. |
This.GetCacheKey (Cache) Viper Method | Gets the key. |
This.getcount (Chart) Viper Method | Gets the number of values of the given series. |
This.GetDocType Viper Method | Gets the Html Doctype. |
This.GetEncoded (Json) Viper Method | Gets the string representation of the JSON object and encodes ampersands for use on the client. |
This.GetEncodedValue (Json) Viper Method | Gets the typed value of a named property from the JSON object. If the typed value is a string ampersands will be encoded for use on the client. |
This.GetEncoding Viper Method | Gets the encoding of the output stream. |
This.GetForcedResult Viper Method | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). |
This.GetInnerXml (XmlProcessor) Viper Method | Gets the inner XML of the current node. |
This.GetJson (Json) Viper Method | Gets the json object for later use. |
This.GetJsonTypeName (Json) Viper Method | Gets the type of the JSON object. |
This.GetJsonTypeName (Json) Viper Method | Gets the type of a named property from the JSON object. |
This.GetLabel (SmartletEditor) Viper Method | Creates an html label element for the current field. |
This.GetLocalNodeName (XmlProcessor) Viper Method | Gets the local node name of the current Xml node. |
This.GetMaxYValue (Chart) Viper Method | Gets the max value of the given series. |
This.GetMinYValue (Chart) Viper Method | Gets the min value of the given series. |
This.GetNameByPosition (Json) Viper Method | Gets the property name by position. |
This.GetNamespaceUri (XmlProcessor) Viper Method | Gets the current namespace Uri of the current Xml node. |
This.GetNodeName (XmlProcessor) Viper Method | Gets the node name of the current Xml node. |
This.GetOmitXmlDeclaration (XHtmlPage) Viper Method | Gets the boolean indication whether the xml declaration should be outputted or not. |
This.GetParameter Viper Method | Gets the value of the given parameter/property. |
This.GetPollItem (Poll) Viper Method | Gets a reference to the Smartsite item containing the poll question, answers and number of votes. |
This.GetPrefix (XmlProcessor) Viper Method | Gets the namespace prefix of the current Xml node. |
This.getseriesname (Chart) Viper Method | Gets the name of the given series. |
This.GetTotalCount (Paging) Viper Method | Gets the total count. Use only when no input data is available. |
This.GetTypedValue (XmlProcessor) Viper Method | Gets the typed node value of the current Xml node. |
This.GetValue (Json) Viper Method | Gets the typed value of a named property from the JSON object. |
This.GetValue (XmlProcessor) Viper Method | Gets the node value of the current Xml node. |
This.GetValueByPosition (Json) Viper Method | Gets the typed property by position. |
This.GetXml (XmlProcessor) Viper Method | Gets the current Xml node as a new Xml object. |
This.GoTo (Paging) Viper Method | Gets a link to the given paging position. |
This.Group Viper Method | Gets the name of the current group. |
This.GroupCount Viper Method | Gets the total number of groups displayed. |
This.GroupNumber Viper Method | Gets the number of the current group. |
This.GroupResult Viper Method | Gets the result of the current group. |
This.GroupRowNumber Viper Method | Gets the number of the current row in the current group. |
This.HasUserVoted (Poll) Viper Method | Determines if the current user already voted for this poll. If the user is unauthenticated, a cookie is used. |
This.HeadSection Viper Method | Returns a DataTable containing all the header elements from the embedded page. |
This.Height (SmartletBox) Viper Method | Height style property for the box. Will be applied to the inner div of the box. |
This.Ignore (CacheFile) Viper Method | Ignores the current cache file, but cache will be written after page execution. |
This.ImageId (Image) Viper Method | Gets the value for the HTML id attribute of the image. |
This.Index (For) Viper Method | Gets the current index in the loop. |
This.InfoLabel (SmartletEditor) Viper Method | Returns a label with information about the edited smartlet |
This.Initialized (Paging) Viper Method | Gets a value whether the paging state has been initialized with data.Use this method to see whether there are no records or the totalcount has not been set (in both situations, GetTotalCount() returns 0). |
This.InnerClass (SmartletBox) Viper Method | Additional class(es) to apply to the inner div of the box. |
This.InsertAfter (XmlProcessor) Viper Method | Inserts the given xml after the current node. |
This.InsertBefore (XmlProcessor) Viper Method | Inserts the given xml before the current node. |
This.InsertNodeAfter (XmlProcessor) Viper Method | Inserts the given node after the current node. |
This.InsertNodeBefore (XmlProcessor) Viper Method | Inserts the given node before the current node. |
This.isActive (Poll) Viper Method | Determines whether the poll is active. |
This.IsBaseQuery (FacetedSearchQueryBuilder) Viper Method | Gets a value indicating whether this instance is a base (search) query. |
This.IsBaseQuery (FacetedSearchQueryBuilder20) Viper Method | Gets a value indicating whether this instance is a base (search) query. |
This.IsCached (Cache) Viper Method | Determines whether this instance is cached. |
This.IsDirectory (Dir) Viper Method | Determines whether the current row being formatted is a directory. |
This.isMultiSelect (Poll) Viper Method | Determines whether the poll allows multiple answers. |
This.ItemFormat (FeedReader) Viper Method | Gets the formating used for each item within the row format. |
This.ItemFormat (SiteMap) Viper Method | Gets the formating used for each item within the row format. |
This.JoinClause (FacetedSearchQueryBuilder) Viper Method | Gets the join clause. |
This.JoinClause (FacetedSearchQueryBuilder20) Viper Method | Gets the join clause. |
This.Key.Add (CacheFile) Viper Method | Adds data to the cache signature. |
This.Key.RemoveChannelDependency (CacheFile) Viper Method | Removes the channel dependency. |
This.LastModified Viper Method | Gets the last modified datetime of the embedded page. |
This.LastResult (Paging) Viper Method | Gets the index of the last result on the current page. |
This.Length (Json) Viper Method | Gets the number of properties on the outer JSON object. |
This.Length Viper Method | Returns the number of rows added to the placeholder. |
This.Level Viper Method | Gets the current formatting level. |
This.LevelResult Viper Method | Gets the result of the current level. |
This.LevelRowNumber Viper Method | Gets the current row of the current level. |
This.Load (Json) Viper Method | Loads the given string into the JSON object. Destroys the existing object. |
This.Location (Paging) Viper Method | Gets the location to the given pagng position. |
This.Location Viper Method | Gets the location the current row points to, in a macro that can build URLs. |
This.MaxRows Viper Method | Gets a limit for the number of rows that the output may contain. |
This.MimeType (Json) Viper Method | Returns the MIME type for a request or response that uses JSON. |
This.MimeType Viper Method | Gets the mime type of the embedded page. |
This.Mode (FacetedSearchQueryBuilder) Viper Method | Gets the (query) mode. |
This.Mode (FacetedSearchQueryBuilder20) Viper Method | Gets the (query) mode. |
This.Name Viper Method | Gets the title or name represented by the current row. |
This.Offset (Paging) Viper Method | Gets the current row offset for this page. |
This.OnClick (Image) Viper Method | Gets the HTML onclick attribute of the image. |
This.OrderBy (FacetedSearchQueryBuilder) Viper Method | Gets the order by clause. |
This.OrderBy (FacetedSearchQueryBuilder20) Viper Method | Gets the order by clause. |
This.OrderId (Payment) Viper Method | Gets the order id. |
This.OuterClass (SmartletBox) Viper Method | Additional class(es) to apply to the outer div of the box. |
This.OuterId (SmartletBox) Viper Method | Id of the outer div of the box. |
This.OutputColorDepth (Image) Viper Method | Gets the color depth of the output image. |
This.OutputCommandOrder (Image) Viper Method | Gets the actual applied command order. |
This.OutputFileSize (Image) Viper Method | Gets the file size in bytes of the output image. |
This.OutputFileType (Image) Viper Method | Gets the file type of the output image. |
This.OutputFrameCount (Image) Viper Method | Gets the number of frames in the output image. |
This.OutputHeight (Image) Viper Method | Gets the calculated height of the output. |
This.OutputLocation (Image) Viper Method | Gets the output location. |
This.OutputResolutionUnit (Image) Viper Method | Gets the resolution unit of the output image. |
This.OutputResolutionX (Image) Viper Method | Gets the horizontal resolution of the output image. |
This.OutputResolutionY (Image) Viper Method | Gets the vertical resolution of the output image. |
This.OutputStyle (Image) Viper Method | Gets the calculated output style. Returns null if parameter AddStyle is false. |
This.OutputWidth (Image) Viper Method | Gets the calculated width of the output. |
This.param Viper Method | Gets the value of a parameter with the given index. Useful when using the viper:exec inside xslt formatting. |
This.ParameterExists Viper Method | Checks whether the given parameter/property is set. |
This.ParentLevel (Parents) Viper Method | Get the level of the current parent, counted from the start item upward. |
This.PaymentMethod (Payment) Viper Method | Gets the payment method. |
This.PopularityWeight (FacetedSearchQueryBuilder) Viper Method | Gets the popularity weight. |
This.PopularityWeight (FacetedSearchQueryBuilder20) Viper Method | Gets the popularity weight. |
This.PopulateDatatable (XmlProcessor) Viper Method | Populates the specified datatable with the child nodes below the selected node. |
This.PreviewPane (SmartletEditor) Viper Method | Returns the html for the preview pane of the Smartlet Editor. |
This.Price (ShoppingCart) Viper Method | Gets the price of a given product. |
This.Products (ShoppingCart) Viper Method | Gets the products in the cart. |
This.Question (Poll) Viper Method | Returns the question being polled |
This.Rank (Tags) Viper Method | Gets the rank of the given count associated with a Tag. |
This.RankingFields (FacetedSearchQueryBuilder) Viper Method | Gets the ranking fields. |
This.RankingFields (FacetedSearchQueryBuilder20) Viper Method | Gets the ranking fields. |
This.RankingStatement (FacetedSearchQueryBuilder) Viper Method | Gets the ranking statement for the specified (native) source. |
This.RankingStatement (FacetedSearchQueryBuilder20) Viper Method | Gets the ranking statement for the specified (native) source. |
This.RawField Viper Method | Gets the raw field value of the current column in the current row, when using colformat. |
This.Redirect (Payment) Viper Method | Gets the redirect for the current payment. |
This.Remove (Json) Viper Method | Removes a property from the JSON object. |
This.Remove (ShoppingCart) Viper Method | Removes one instance of the specified article from the shopping cart. |
This.RemoveAll (ShoppingCart) Viper Method | Removes all instances of the specified article from the shopping cart. |
This.RemoveAttribute (XmlProcessor) Viper Method | Removes an attribute on the given node(s). |
This.RemoveNamespace (XmlProcessor) Viper Method | Removes the given namespace from the current node. |
This.Render (Application) Viper Method | Renders the selected application part with the given ContentPlaceHolderID. |
This.Render Viper Method | Renders the placeholder. |
This.Rendered Viper Method | Gets a value indicating whether the placeholder is rendered. |
This.RenderedChannel (References) Viper Method | Gets the channel code of the channel that was used for rendering dynamic references. |
This.RenderTime Viper Method | Returns the render time of the macro in milliseconds. |
This.ResponseCookies (EmbedUri) Viper Method | Gets the cookies set by the embedded page. |
This.ResponseHeaders (EmbedUri) Viper Method | Returns the http response headers. |
This.ResponseHeaders Viper Method | Returns the http response headers. |
This.ResponseTime Viper Method | Gets the response time of the embedded page. |
This.Result Viper Method | Returns the result of the macro. Typically used in the ResultFormat property, to format, convert or encode the result. |
This.Result Viper Method | Returns the result of the macro. Typically used in the ResultFormat property, to format, convert or encode the result. |
This.ResultChannelCode (FacetedSearchQueryBuilder) Viper Method | Gets the result channel code. |
This.ResultChannelCode (FacetedSearchQueryBuilder20) Viper Method | Gets the result channel code. |
This.ResultChannelJoins (FacetedSearchQueryBuilder) Viper Method | Gets the result channel joins. |
This.ResultChannelJoins (FacetedSearchQueryBuilder20) Viper Method | Gets the result channel joins. |
This.RowCount Viper Method | Gets the total number of rows in the datatable. |
This.RowNumber Viper Method | Gets the current row number. |
This.RowResult Viper Method | Gets the result of the current row. |
This.Search Viper Method | Searches for rows matching the given criteria. |
This.SearchCondition (FacetedSearchQueryBuilder) Viper Method | Gets the (native) search condition for the specified source. |
This.SearchCondition (FacetedSearchQueryBuilder20) Viper Method | Gets the (native) search condition for the specified source. |
This.SearchGroupViewName (FacetedSearchQueryBuilder) Viper Method | Gets the viewname for the search group that has been configured. |
This.SearchGroupViewName (FacetedSearchQueryBuilder20) Viper Method | Gets the viewname for the search group that has been configured. |
This.SearchQuery (FacetedSearchQueryBuilder) Viper Method | Gets the search query. |
This.SearchQuery (FacetedSearchQueryBuilder20) Viper Method | Gets the search query. |
This.SelectFields (FacetedSearchQueryBuilder) Viper Method | Gets the select fields. |
This.SelectFields (FacetedSearchQueryBuilder20) Viper Method | Gets the select fields. |
This.SeoPriority (FacetedSearchQueryBuilder) Viper Method | Gets the SEO priority. |
This.SeoPriority (FacetedSearchQueryBuilder20) Viper Method | Gets the SEO priority. |
This.Serial (Payment) Viper Method | Gets the serial for the payment attempt. Will be combined with the OrderId to have a unique identifier for multiple attempts. |
This.Serve (CacheFile) Viper Method | Serves the existing cache, if any. |
This.Set (Json) Viper Method | Sets a named property on the JSON object. |
This.SetAttribute (XmlProcessor) Viper Method | Adds or sets an attribute on the given node(s). |
This.SetCurrentPage (Paging) Viper Method | Sets the current page. |
This.SetCustomDocType Viper Method | Sets the custom doctype. |
This.SetDocType Viper Method | Sets the Html Doctype. |
This.SetEncoding Viper Method | Sets the encoding of the output stream. |
This.SetForcedResult Viper Method | Sets the result of the macro.used to override the normal handling of the result creation. |
This.SetInnerXml (XmlProcessor) Viper Method | Updates the current node's inner Xml. Encodes the given xml. |
This.SetNamespace (XmlProcessor) Viper Method | Sets the default namespace for the current node. |
This.SetNull (Json) Viper Method | Sets a named property on the JSON object to Null. |
This.SetOmitXmlDeclaration (XHtmlPage) Viper Method | Sets the boolean indication whether the xml declaration should be outputted or not. |
This.SetProductCount (ShoppingCart) Viper Method | Sets the number of times the given product is present in the shopping cart. |
This.SetResult (XmlProcessor) Viper Method | Sets the result of the processing. Overrules the default return value, being the Xml data. |
This.SetTotalCount (Paging) Viper Method | Sets the total count. Use only when no input data is available. |
This.SetValue (Json) Viper Method | Sets a named property on the JSON object. |
This.SetValue (XmlProcessor) Viper Method | Updates the current node's value. |
This.SetXmlVersion (XHtmlPage) Viper Method | Sets the XML version. |
This.SiblingCount (Siblings) Viper Method | Returns the total amount of siblings. |
This.SiblingExists (Siblings) Viper Method | Returns true if the sibling that is currently being formatted exists |
This.Size (Dir) Viper Method | Returns the file size of the current row. |
This.Size (Paging) Viper Method | Gets the size of the page. |
This.Size Viper Method | Gets the response length of the embedded page. |
This.Skip (Paging) Viper Method | Gets the rows to skip. |
This.SkipRows Viper Method | Specifies which row will be the first row in the output. |
This.SmartletName (SmartletEditor) Viper Method | Gets the name of the smartlet the editor uses. |
This.Status (Payment) Viper Method | Gets the status of the current payment. |
This.StatusCode Viper Method | Gets the http status code of the embedded page (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) |
This.Step (For) Viper Method | Gets the step size used to walk through the for statement. |
This.Summary (Payment) Viper Method | Gets the summary of the current payment. |
This.SXMLPath Viper Method | Gets the path to the macro in the current execution stack. |
This.TableOrView (FacetedSearchQueryBuilder) Viper Method | Gets the (main) table or view for the search query. |
This.TableOrView (FacetedSearchQueryBuilder20) Viper Method | Gets the (main) table or view for the search query. |
This.TaxGroups (ShoppingCart) Viper Method | Gets the tax groups as a DataTable. |
This.TaxTotals (ShoppingCart) Viper Method | Gets the total in the specified category and tax group. |
This.Title (Dir) Viper Method | Returns the file or directory name of the current row. |
This.Title (Image) Viper Method | Gets the title attribute of the image. |
This.Title (SmartletEditor) Viper Method | Returns the title of the Smartlet Editor. |
This.Title Viper Method | Gets the title represented by the current row. |
This.ToDisplay (ShoppingCart) Viper Method | Gets the cart xml for display. |
This.ToString (ShoppingCart) Viper Method | Gets the shopping cart Xml as string. |
This.Totals (ShoppingCart) Viper Method | Gets the total. |
This.TotalVotes (Poll) Viper Method | Returns the total number of votes for the current poll |
This.ToXml (ShoppingCart) Viper Method | Gets the shopping cart Xml. |
This.UseBox (SmartletBox) Viper Method | Indicates whether a visible box, including caption and button strip, is used. |
This.Value (Switch) Viper Method | Gets the current expression value. |
This.VisibleRowCount Viper Method | Gets the total number of rows displayed. |
This.VisibleRowNumber Viper Method | Gets the current visible row number. |
This.Vote (Poll) Viper Method | Votes for the specified answer. |
This.WhereClause (FacetedSearchQueryBuilder) Viper Method | Gets the where clause. |
This.WhereClause (FacetedSearchQueryBuilder20) Viper Method | Gets the where clause. |
This.Width (SmartletBox) Viper Method | Width style property of the box. Will be applied to the outer div of the box. |
This.Xml (XmlProcessor) Viper Method | Gets the XML object. |
This.XmlDeclaration (XHtmlPage) Viper Method | Gets the XML declaration header currently associated with the page. |
This.XValue (Chart) Viper Method | Gets the current x value. |
This.YValue (Chart) Viper Method | Gets the current y value. |
See Also
-
This.Add (Json) Viper Method
Add a named property on the JSON object. Fails if the object already contains a property by the same name. -
This.Add (Metadata) Viper Method
Adds a metadata element. -
This.Add (PlaceHolder) Viper Method
Adds a row with the specified column values to the placeholder. -
This.Add (ShoppingCart) Viper Method
Adds the specified article to the shopping cart. -
This.AddDublinCore (Metadata) Viper Method
Adds a Dublin Core metadata element. -
This.AddLine Viper Method
Adds the specified data and a new line character to the placeholder. -
This.AddNamespace (Metadata) Viper Method
Adds the namespace. -
This.AddNull (Json) Viper Method
Add a null property on the JSON object. Fails if the object already contains a property by the same name. -
This.AddValue (Json) Viper Method
Add a named property on the JSON object. Fails if the object already contains a property by the same name. -
This.AffectedRecords (SqlQuery) Viper Method
Returns the number of affected records when executing in scalar mode. -
This.AIM.Relations Viper Method
Gets a list of all outgoing AIM relations created by the macro. -
This.Allowemptysearch (FacetedSearchQueryBuilder20) Viper Method
Gets the facet. -
This.AltText (Image) Viper Method
Gets the HTML alt text attribute of the image. -
This.Amount (Payment) Viper Method
Gets the amount. -
This.Append Viper Method
Appends data from the given datatables to this placeholder. -
This.AppendChild (XmlProcessor) Viper Method
Appends the given child node at the current node. -
This.AppendChildBinary (XmlProcessor) Viper Method
Appends the given child xml at the current node. -
This.AppendChildXml (XmlProcessor) Viper Method
Appends the given child xml at the current node. -
This.ApplyBoxFormat (SmartletBox) Viper Method
Invokes the box formatting translation. By default this is the translation 'createsmartletbox'. -
This.Attribs (SmartletBox) Viper Method
Custom attributes to include in the outer div. -
This.AutoTitle (Image) Viper Method
Gets a value indicating whether to automatically copy a title attribute from the AltText, if not specified. -
This.BoxData (SmartletBox) Viper Method
Data to be rendered inside the box. -
This.BoxMode (SmartletBox) Viper Method
Visual styling of the box. Only predefined value is 'none' for a non-visible container. -
This.BoxSkin (SmartletBox) Viper Method
Skin type of the box. -
This.Brand (Payment) Viper Method
Gets the brand of the payment method. -
This.Break (For) Viper Method
Breaks out of the loop. -
This.Break Viper Method
Breaks out of the loop. -
This.Buffer.Exists Viper Method
Checks whether a local buffer exists. -
This.Buffer.Get Viper Method
Gets a local buffer. -
This.Buffer.Set Viper Method
Sets a local buffer. -
This.Buttons (SmartletBox) Viper Method
Gets the button HTML, rendered in the title bar of the box. -
This.CanGoBack (Paging) Viper Method
Determines whether there is a previous page to go back to when paging is set to true. -
This.CanGoForward (Paging) Viper Method
Determines whether there is a next page to go to when paging is set to true. -
This.Caption (SmartletBox) Viper Method
Gets the caption, rendered in the title bar of the box. -
This.ChildLevelResult Viper Method
Gets the result of the child levels. -
This.ClassName (Image) Viper Method
Gets the value for the HTML class attribute of the image. -
This.Clear Viper Method
Clears the data in the placeholder. -
This.ClearDublinCore (Metadata) Viper Method
Removes all Dublin Core metadata elements. -
This.ClearForcedResult Viper Method
Sets the result of the macro.used to override the normal handling of the result creation. -
This.ColCount Viper Method
Gets the number of columns in the datatable. -
This.ColName Viper Method
Gets the name of the current column. -
This.ColNumber Viper Method
Gets the number of the current column. -
This.CompleteDocument Viper Method
Gets the complete document. -
This.ContentTypeWeight (FacetedSearchQueryBuilder) Viper Method
Gets the content type weight. -
This.ContentTypeWeight (FacetedSearchQueryBuilder20) Viper Method
Gets the content type weight. -
This.Count (Paging) Viper Method
Gets the total page count. -
This.Currency (Payment) Viper Method
Gets the currency using ISO 4217 codes. -
This.Current (Paging) Viper Method
Gets the current page. -
This.CurrentIndex (Siblings) Viper Method
Returns the position of the current sibling in the collection of siblings. -
This.CustomerAddress (Payment) Viper Method
Gets the customer address. -
This.CustomerCountry (Payment) Viper Method
Gets the customer country. -
This.CustomerEmail (Payment) Viper Method
Gets the customer email address. -
This.CustomerName (Payment) Viper Method
Gets the name of the customer. -
This.CustomerPhone (Payment) Viper Method
Gets the customer phone number. -
This.CustomerTown (Payment) Viper Method
Gets the customer town. -
This.CustomerZipcode (Payment) Viper Method
Gets the customer zipcode. -
This.Data (ViewSource) Viper Method
Gets the data from the viewsource macro. -
This.Data Viper Method
Gets the underlying datatable used to hold the placeholder data. -
This.DefaultResultFormat (XLinks) Viper Method
Gets the default result format. -
This.DefaultRowFormat (XLinks) Viper Method
Gets the default row format. -
This.Delete (XmlProcessor) Viper Method
Deletes the given node(s). -
This.Delete Viper Method
Deletes the specified rows. -
This.DocTypeHeader Viper Method
Gets the HTML doctype string. -
This.DocumentBody Viper Method
Gets the inner html of the document's body node. -
This.DocumentBodyNode Viper Method
Gets the Xml of the document's body node. -
This.EditedSmartlet (SmartletEditor) Viper Method
Returns the name of the smartlet being edited. -
This.EditorUseLocation (SmartletEditor) Viper Method
Returns the location where the editor is called from. -
This.Enable (CacheFile) Viper Method
Enables the cache. -
This.Error.InnerException.Message Viper Method
Returns the text message of the inner exception of the exception that has occurred. -
This.Error.InnerException.SmartsiteCode Viper Method
Returns Smartsite error code of the inner exception of the exception that has occurred. -
This.Error.InnerException.Throw Viper Method
Makes Smartsite throw the inner exception. -
This.Error.InnerException.ToString Viper Method
Returns the full information of the inner exception of the exception that has occurred, including the stack trace. -
This.Error.InnerException.Type Viper Method
Returns the full Type name of the inner exception of the exception that has occurred. -
This.Error.Message Viper Method
Returns the text message of the exception that has occurred. -
This.Error.SmartsiteCode Viper Method
Returns the Smartsite Error code of the exception that has occurred. -
This.Error.Throw Viper Method
Makes Smartsite throw the current exception. -
This.Error.ToString Viper Method
Returns the full information of the exception that has occurred, including the stack trace. -
This.Error.Type Viper Method
Returns the full Type name of the exception that has occurred. -
This.Evaluate (XmlProcessor) Viper Method
Evaluates the given expression at the current Xml node. -
This.Exists (Json) Viper Method
Indicates whether the given property exists in the JSON object. -
This.Expires Viper Method
Gets the expiry date of the embedded page. -
This.ExtractBinary (XmlProcessor) Viper Method
Gets the binary value of the current node as a Binary Data formatted DataTable. -
This.ExtraData (Payment) Viper Method
Gets the extra data. Will be sent with the request to Ogone. -
This.ExtraElements (SmartletBox) Viper Method
Extra Elements to include in the box output. Except for BoxMove="none", these elements should always be invisible. -
This.Facet (FacetedSearchQueryBuilder) Viper Method
Gets the facet. -
This.Facet (FacetedSearchQueryBuilder20) Viper Method
Gets the facet. -
This.FacetSelectFields (FacetedSearchQueryBuilder) Viper Method
Gets the facet select fields. -
This.FacetSelectFields (FacetedSearchQueryBuilder20) Viper Method
Gets the facet select fields. -
This.FacetWhereClause (FacetedSearchQueryBuilder) Viper Method
Gets the facet-specific where clause. -
This.FacetWhereClause (FacetedSearchQueryBuilder20) Viper Method
Gets the facet-specific where clause. -
This.Field Viper Method
Gets the field value of the current column in the current row, when using colformat. -
This.Field.Exists Viper Method
Checks whether the given field exists. -
This.FieldName (FacetedSearchQueryBuilder) Viper Method
Gets the name of the field. -
This.FieldName (FacetedSearchQueryBuilder20) Viper Method
Gets the name of the field. -
This.FieldWeight (FacetedSearchQueryBuilder) Viper Method
Gets the field weight. -
This.FieldWeight (FacetedSearchQueryBuilder20) Viper Method
Gets the field weight. -
This.FindExact Viper Method
Finds a row using the specified column values. -
This.FindExtension Viper Method
Finds an extension macro. -
This.FirstResult (Paging) Viper Method
Gets the index of the first result on the current page. -
This.Footer (SmartletEditor) Viper Method
Gets the footer of the form. -
This.ForceLayout (FlexLayout) Viper Method
Forces the flex layout for the current item. Must be the first FlexLayout viper method invoked. -
This.FormAttribs (SmartletBox) Viper Method
When non-empty, a form tag will be emitted using the given attributes. -
This.FreetextTablesearch (FacetedSearchQueryBuilder20) Viper Method
Freetextsearch. -
This.Get (Json) Viper Method
Gets the string representation of the JSON object. -
This.GetAttribute (XmlProcessor) Viper Method
Gets the value of the given attribute on the current Xml node. -
This.GetByPosition (Json) Viper Method
Gets the string representation of the JSON object at the given position. -
This.GetCacheKey (Cache) Viper Method
Gets the key. -
This.getcount (Chart) Viper Method
Gets the number of values of the given series. -
This.GetDocType Viper Method
Gets the Html Doctype. -
This.GetEncoded (Json) Viper Method
Gets the string representation of the JSON object and encodes ampersands for use on the client. -
This.GetEncodedValue (Json) Viper Method
Gets the typed value of a named property from the JSON object. If the typed value is a string ampersands will be encoded for use on the client. -
This.GetEncoding Viper Method
Gets the encoding of the output stream. -
This.GetForcedResult Viper Method
Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). -
This.GetInnerXml (XmlProcessor) Viper Method
Gets the inner XML of the current node. -
This.GetJson (Json) Viper Method
Gets the json object for later use. -
This.GetJsonTypeName (Json) Viper Method
Gets the type of the JSON object. -
This.GetJsonTypeName (Json) Viper Method
Gets the type of a named property from the JSON object. -
This.GetLabel (SmartletEditor) Viper Method
Creates an html label element for the current field. -
This.GetLocalNodeName (XmlProcessor) Viper Method
Gets the local node name of the current Xml node. -
This.GetMaxYValue (Chart) Viper Method
Gets the max value of the given series. -
This.GetMinYValue (Chart) Viper Method
Gets the min value of the given series. -
This.GetNameByPosition (Json) Viper Method
Gets the property name by position. -
This.GetNamespaceUri (XmlProcessor) Viper Method
Gets the current namespace Uri of the current Xml node. -
This.GetNodeName (XmlProcessor) Viper Method
Gets the node name of the current Xml node. -
This.GetOmitXmlDeclaration (XHtmlPage) Viper Method
Gets the boolean indication whether the xml declaration should be outputted or not. -
This.GetParameter Viper Method
Gets the value of the given parameter/property. -
This.GetPollItem (Poll) Viper Method
Gets a reference to the Smartsite item containing the poll question, answers and number of votes. -
This.GetPrefix (XmlProcessor) Viper Method
Gets the namespace prefix of the current Xml node. -
This.getseriesname (Chart) Viper Method
Gets the name of the given series. -
This.GetTotalCount (Paging) Viper Method
Gets the total count. Use only when no input data is available. -
This.GetTypedValue (XmlProcessor) Viper Method
Gets the typed node value of the current Xml node. -
This.GetValue (Json) Viper Method
Gets the typed value of a named property from the JSON object. -
This.GetValue (XmlProcessor) Viper Method
Gets the node value of the current Xml node. -
This.GetValueByPosition (Json) Viper Method
Gets the typed property by position. -
This.GetXml (XmlProcessor) Viper Method
Gets the current Xml node as a new Xml object. -
This.GoTo (Paging) Viper Method
Gets a link to the given paging position. -
This.Group Viper Method
Gets the name of the current group. -
This.GroupCount Viper Method
Gets the total number of groups displayed. -
This.GroupNumber Viper Method
Gets the number of the current group. -
This.GroupResult Viper Method
Gets the result of the current group. -
This.GroupRowNumber Viper Method
Gets the number of the current row in the current group. -
This.HasUserVoted (Poll) Viper Method
Determines if the current user already voted for this poll. If the user is unauthenticated, a cookie is used. -
This.HeadSection Viper Method
Returns a DataTable containing all the header elements from the embedded page. -
This.Height (SmartletBox) Viper Method
Height style property for the box. Will be applied to the inner div of the box. -
This.Ignore (CacheFile) Viper Method
Ignores the current cache file, but cache will be written after page execution. -
This.ImageId (Image) Viper Method
Gets the value for the HTML id attribute of the image. -
This.Index (For) Viper Method
Gets the current index in the loop. -
This.InfoLabel (SmartletEditor) Viper Method
Returns a label with information about the edited smartlet -
This.Initialized (Paging) Viper Method
Gets a value whether the paging state has been initialized with data.Use this method to see whether there are no records or the totalcount has not been set (in both situations, GetTotalCount() returns 0). -
This.InnerClass (SmartletBox) Viper Method
Additional class(es) to apply to the inner div of the box. -
This.InsertAfter (XmlProcessor) Viper Method
Inserts the given xml after the current node. -
This.InsertBefore (XmlProcessor) Viper Method
Inserts the given xml before the current node. -
This.InsertNodeAfter (XmlProcessor) Viper Method
Inserts the given node after the current node. -
This.InsertNodeBefore (XmlProcessor) Viper Method
Inserts the given node before the current node. -
This.isActive (Poll) Viper Method
Determines whether the poll is active. -
This.IsBaseQuery (FacetedSearchQueryBuilder) Viper Method
Gets a value indicating whether this instance is a base (search) query. -
This.IsBaseQuery (FacetedSearchQueryBuilder20) Viper Method
Gets a value indicating whether this instance is a base (search) query. -
This.IsCached (Cache) Viper Method
Determines whether this instance is cached. -
This.IsDirectory (Dir) Viper Method
Determines whether the current row being formatted is a directory. -
This.isMultiSelect (Poll) Viper Method
Determines whether the poll allows multiple answers. -
This.ItemFormat (FeedReader) Viper Method
Gets the formating used for each item within the row format. -
This.ItemFormat (SiteMap) Viper Method
Gets the formating used for each item within the row format. -
This.JoinClause (FacetedSearchQueryBuilder) Viper Method
Gets the join clause. -
This.JoinClause (FacetedSearchQueryBuilder20) Viper Method
Gets the join clause. -
This.Key.Add (CacheFile) Viper Method
Adds data to the cache signature. -
This.Key.RemoveChannelDependency (CacheFile) Viper Method
Removes the channel dependency. -
This.LastModified Viper Method
Gets the last modified datetime of the embedded page. -
This.LastResult (Paging) Viper Method
Gets the index of the last result on the current page. -
This.Length (Json) Viper Method
Gets the number of properties on the outer JSON object. -
This.Length Viper Method
Returns the number of rows added to the placeholder. -
This.Level Viper Method
Gets the current formatting level. -
This.LevelResult Viper Method
Gets the result of the current level. -
This.LevelRowNumber Viper Method
Gets the current row of the current level. -
This.Load (Json) Viper Method
Loads the given string into the JSON object. Destroys the existing object. -
This.Location (Paging) Viper Method
Gets the location to the given pagng position. -
This.Location Viper Method
Gets the location the current row points to, in a macro that can build URLs. -
This.MaxRows Viper Method
Gets a limit for the number of rows that the output may contain. -
This.MimeType (Json) Viper Method
Returns the MIME type for a request or response that uses JSON. -
This.MimeType Viper Method
Gets the mime type of the embedded page. -
This.Mode (FacetedSearchQueryBuilder) Viper Method
Gets the (query) mode. -
This.Mode (FacetedSearchQueryBuilder20) Viper Method
Gets the (query) mode. -
This.Name Viper Method
Gets the title or name represented by the current row. -
This.Offset (Paging) Viper Method
Gets the current row offset for this page. -
This.OnClick (Image) Viper Method
Gets the HTML onclick attribute of the image. -
This.OrderBy (FacetedSearchQueryBuilder) Viper Method
Gets the order by clause. -
This.OrderBy (FacetedSearchQueryBuilder20) Viper Method
Gets the order by clause. -
This.OrderId (Payment) Viper Method
Gets the order id. -
This.OuterClass (SmartletBox) Viper Method
Additional class(es) to apply to the outer div of the box. -
This.OuterId (SmartletBox) Viper Method
Id of the outer div of the box. -
This.OutputColorDepth (Image) Viper Method
Gets the color depth of the output image. -
This.OutputCommandOrder (Image) Viper Method
Gets the actual applied command order. -
This.OutputFileSize (Image) Viper Method
Gets the file size in bytes of the output image. -
This.OutputFileType (Image) Viper Method
Gets the file type of the output image. -
This.OutputFrameCount (Image) Viper Method
Gets the number of frames in the output image. -
This.OutputHeight (Image) Viper Method
Gets the calculated height of the output. -
This.OutputLocation (Image) Viper Method
Gets the output location. -
This.OutputResolutionUnit (Image) Viper Method
Gets the resolution unit of the output image. -
This.OutputResolutionX (Image) Viper Method
Gets the horizontal resolution of the output image. -
This.OutputResolutionY (Image) Viper Method
Gets the vertical resolution of the output image. -
This.OutputStyle (Image) Viper Method
Gets the calculated output style. Returns null if parameter AddStyle is false. -
This.OutputWidth (Image) Viper Method
Gets the calculated width of the output. -
This.param Viper Method
Gets the value of a parameter with the given index. Useful when using the viper:exec inside xslt formatting. -
This.ParameterExists Viper Method
Checks whether the given parameter/property is set. -
This.ParentLevel (Parents) Viper Method
Get the level of the current parent, counted from the start item upward. -
This.PaymentMethod (Payment) Viper Method
Gets the payment method. -
This.PopularityWeight (FacetedSearchQueryBuilder) Viper Method
Gets the popularity weight. -
This.PopularityWeight (FacetedSearchQueryBuilder20) Viper Method
Gets the popularity weight. -
This.PopulateDatatable (XmlProcessor) Viper Method
Populates the specified datatable with the child nodes below the selected node. -
This.PreviewPane (SmartletEditor) Viper Method
Returns the html for the preview pane of the Smartlet Editor. -
This.Price (ShoppingCart) Viper Method
Gets the price of a given product. -
This.Products (ShoppingCart) Viper Method
Gets the products in the cart. -
This.Question (Poll) Viper Method
Returns the question being polled -
This.Rank (Tags) Viper Method
Gets the rank of the given count associated with a Tag. -
This.RankingFields (FacetedSearchQueryBuilder) Viper Method
Gets the ranking fields. -
This.RankingFields (FacetedSearchQueryBuilder20) Viper Method
Gets the ranking fields. -
This.RankingStatement (FacetedSearchQueryBuilder) Viper Method
Gets the ranking statement for the specified (native) source. -
This.RankingStatement (FacetedSearchQueryBuilder20) Viper Method
Gets the ranking statement for the specified (native) source. -
This.RawField Viper Method
Gets the raw field value of the current column in the current row, when using colformat. -
This.Redirect (Payment) Viper Method
Gets the redirect for the current payment. -
This.Remove (Json) Viper Method
Removes a property from the JSON object. -
This.Remove (ShoppingCart) Viper Method
Removes one instance of the specified article from the shopping cart. -
This.RemoveAll (ShoppingCart) Viper Method
Removes all instances of the specified article from the shopping cart. -
This.RemoveAttribute (XmlProcessor) Viper Method
Removes an attribute on the given node(s). -
This.RemoveNamespace (XmlProcessor) Viper Method
Removes the given namespace from the current node. -
This.Render (Application) Viper Method
Renders the selected application part with the given ContentPlaceHolderID. -
This.Render Viper Method
Renders the placeholder. -
This.Rendered Viper Method
Gets a value indicating whether the placeholder is rendered. -
This.RenderedChannel (References) Viper Method
Gets the channel code of the channel that was used for rendering dynamic references. -
This.RenderTime Viper Method
Returns the render time of the macro in milliseconds. -
This.ResponseCookies (EmbedUri) Viper Method
Gets the cookies set by the embedded page. -
This.ResponseHeaders (EmbedUri) Viper Method
Returns the http response headers. -
This.ResponseHeaders Viper Method
Returns the http response headers. -
This.ResponseTime Viper Method
Gets the response time of the embedded page. -
This.Result Viper Method
Returns the result of the macro. Typically used in the ResultFormat property, to format, convert or encode the result. -
This.Result Viper Method
Returns the result of the macro. Typically used in the ResultFormat property, to format, convert or encode the result. -
This.ResultChannelCode (FacetedSearchQueryBuilder) Viper Method
Gets the result channel code. -
This.ResultChannelCode (FacetedSearchQueryBuilder20) Viper Method
Gets the result channel code. -
This.ResultChannelJoins (FacetedSearchQueryBuilder) Viper Method
Gets the result channel joins. -
This.ResultChannelJoins (FacetedSearchQueryBuilder20) Viper Method
Gets the result channel joins. -
This.RowCount Viper Method
Gets the total number of rows in the datatable. -
This.RowNumber Viper Method
Gets the current row number. -
This.RowResult Viper Method
Gets the result of the current row. -
This.Search Viper Method
Searches for rows matching the given criteria. -
This.SearchCondition (FacetedSearchQueryBuilder) Viper Method
Gets the (native) search condition for the specified source. -
This.SearchCondition (FacetedSearchQueryBuilder20) Viper Method
Gets the (native) search condition for the specified source. -
This.SearchGroupViewName (FacetedSearchQueryBuilder) Viper Method
Gets the viewname for the search group that has been configured. -
This.SearchGroupViewName (FacetedSearchQueryBuilder20) Viper Method
Gets the viewname for the search group that has been configured. -
This.SearchQuery (FacetedSearchQueryBuilder) Viper Method
Gets the search query. -
This.SearchQuery (FacetedSearchQueryBuilder20) Viper Method
Gets the search query. -
This.SelectFields (FacetedSearchQueryBuilder) Viper Method
Gets the select fields. -
This.SelectFields (FacetedSearchQueryBuilder20) Viper Method
Gets the select fields. -
This.SeoPriority (FacetedSearchQueryBuilder) Viper Method
Gets the SEO priority. -
This.SeoPriority (FacetedSearchQueryBuilder20) Viper Method
Gets the SEO priority. -
This.Serial (Payment) Viper Method
Gets the serial for the payment attempt. Will be combined with the OrderId to have a unique identifier for multiple attempts. -
This.Serve (CacheFile) Viper Method
Serves the existing cache, if any. -
This.Set (Json) Viper Method
Sets a named property on the JSON object. -
This.SetAttribute (XmlProcessor) Viper Method
Adds or sets an attribute on the given node(s). -
This.SetCurrentPage (Paging) Viper Method
Sets the current page. -
This.SetCustomDocType Viper Method
Sets the custom doctype. -
This.SetDocType Viper Method
Sets the Html Doctype. -
This.SetEncoding Viper Method
Sets the encoding of the output stream. -
This.SetForcedResult Viper Method
Sets the result of the macro.used to override the normal handling of the result creation. -
This.SetInnerXml (XmlProcessor) Viper Method
Updates the current node's inner Xml. Encodes the given xml. -
This.SetNamespace (XmlProcessor) Viper Method
Sets the default namespace for the current node. -
This.SetNull (Json) Viper Method
Sets a named property on the JSON object to Null. -
This.SetOmitXmlDeclaration (XHtmlPage) Viper Method
Sets the boolean indication whether the xml declaration should be outputted or not. -
This.SetProductCount (ShoppingCart) Viper Method
Sets the number of times the given product is present in the shopping cart. -
This.SetResult (XmlProcessor) Viper Method
Sets the result of the processing. Overrules the default return value, being the Xml data. -
This.SetTotalCount (Paging) Viper Method
Sets the total count. Use only when no input data is available. -
This.SetValue (Json) Viper Method
Sets a named property on the JSON object. -
This.SetValue (XmlProcessor) Viper Method
Updates the current node's value. -
This.SetXmlVersion (XHtmlPage) Viper Method
Sets the XML version. -
This.SiblingCount (Siblings) Viper Method
Returns the total amount of siblings. -
This.SiblingExists (Siblings) Viper Method
Returns true if the sibling that is currently being formatted exists -
This.Size (Dir) Viper Method
Returns the file size of the current row. -
This.Size (Paging) Viper Method
Gets the size of the page. -
This.Size Viper Method
Gets the response length of the embedded page. -
This.Skip (Paging) Viper Method
Gets the rows to skip. -
This.SkipRows Viper Method
Specifies which row will be the first row in the output. -
This.SmartletName (SmartletEditor) Viper Method
Gets the name of the smartlet the editor uses. -
This.Status (Payment) Viper Method
Gets the status of the current payment. -
This.StatusCode Viper Method
Gets the http status code of the embedded page (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) -
This.Step (For) Viper Method
Gets the step size used to walk through the for statement. -
This.Summary (Payment) Viper Method
Gets the summary of the current payment. -
This.SXMLPath Viper Method
Gets the path to the macro in the current execution stack. -
This.TableOrView (FacetedSearchQueryBuilder) Viper Method
Gets the (main) table or view for the search query. -
This.TableOrView (FacetedSearchQueryBuilder20) Viper Method
Gets the (main) table or view for the search query. -
This.TaxGroups (ShoppingCart) Viper Method
Gets the tax groups as a DataTable. -
This.TaxTotals (ShoppingCart) Viper Method
Gets the total in the specified category and tax group. -
This.Title (Dir) Viper Method
Returns the file or directory name of the current row. -
This.Title (Image) Viper Method
Gets the title attribute of the image. -
This.Title (SmartletEditor) Viper Method
Returns the title of the Smartlet Editor. -
This.Title Viper Method
Gets the title represented by the current row. -
This.ToDisplay (ShoppingCart) Viper Method
Gets the cart xml for display. -
This.ToString (ShoppingCart) Viper Method
Gets the shopping cart Xml as string. -
This.Totals (ShoppingCart) Viper Method
Gets the total. -
This.TotalVotes (Poll) Viper Method
Returns the total number of votes for the current poll -
This.ToXml (ShoppingCart) Viper Method
Gets the shopping cart Xml. -
This.UseBox (SmartletBox) Viper Method
Indicates whether a visible box, including caption and button strip, is used. -
This.Value (Switch) Viper Method
Gets the current expression value. -
This.VisibleRowCount Viper Method
Gets the total number of rows displayed. -
This.VisibleRowNumber Viper Method
Gets the current visible row number. -
This.Vote (Poll) Viper Method
Votes for the specified answer. -
This.WhereClause (FacetedSearchQueryBuilder) Viper Method
Gets the where clause. -
This.WhereClause (FacetedSearchQueryBuilder20) Viper Method
Gets the where clause. -
This.Width (SmartletBox) Viper Method
Width style property of the box. Will be applied to the outer div of the box. -
This.Xml (XmlProcessor) Viper Method
Gets the XML object. -
This.XmlDeclaration (XHtmlPage) Viper Method
Gets the XML declaration header currently associated with the page. -
This.XValue (Chart) Viper Method
Gets the current x value. -
This.YValue (Chart) Viper Method
Gets the current y value.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
- Global Viper Methods
-
- This.Add (Json) Viper Method
- This.Add (Metadata) Viper Method
- This.Add (PlaceHolder) Viper Method
- This.Add (ShoppingCart) Viper Method
- This.AddDublinCore (Metadata) Viper Method
- This.AddLine Viper Method
- This.AddNamespace (Metadata) Viper Method
- This.AddNull (Json) Viper Method
- This.AddValue (Json) Viper Method
- This.AffectedRecords (SqlQuery) Viper Method
- This.AIM.Relations Viper Method
- This.Allowemptysearch (FacetedSearchQueryBuilder20) Viper Method
- This.AltText (Image) Viper Method
- This.Amount (Payment) Viper Method
- This.Append Viper Method
- This.AppendChild (XmlProcessor) Viper Method
- This.AppendChildBinary (XmlProcessor) Viper Method
- This.AppendChildXml (XmlProcessor) Viper Method
- This.ApplyBoxFormat (SmartletBox) Viper Method
- This.Attribs (SmartletBox) Viper Method
- This.AutoTitle (Image) Viper Method
- This.BoxData (SmartletBox) Viper Method
- This.BoxMode (SmartletBox) Viper Method
- This.BoxSkin (SmartletBox) Viper Method
- This.Brand (Payment) Viper Method
- This.Break (For) Viper Method
- This.Break Viper Method
- This.Buffer.Exists Viper Method
- This.Buffer.Get Viper Method
- This.Buffer.Set Viper Method
- This.Buttons (SmartletBox) Viper Method
- This.CanGoBack (Paging) Viper Method
- This.CanGoForward (Paging) Viper Method
- This.Caption (SmartletBox) Viper Method
- This.ChildLevelResult Viper Method
- This.ClassName (Image) Viper Method
- This.Clear Viper Method
- This.ClearDublinCore (Metadata) Viper Method
- This.ClearForcedResult Viper Method
- This.ColCount Viper Method
- This.ColName Viper Method
- This.ColNumber Viper Method
- This.CompleteDocument Viper Method
- This.ContentTypeWeight (FacetedSearchQueryBuilder) Viper Method
- This.ContentTypeWeight (FacetedSearchQueryBuilder20) Viper Method
- This.Count (Paging) Viper Method
- This.Currency (Payment) Viper Method
- This.Current (Paging) Viper Method
- This.CurrentIndex (Siblings) Viper Method
- This.CustomerAddress (Payment) Viper Method
- This.CustomerCountry (Payment) Viper Method
- This.CustomerEmail (Payment) Viper Method
- This.CustomerName (Payment) Viper Method
- This.CustomerPhone (Payment) Viper Method
- This.CustomerTown (Payment) Viper Method
- This.CustomerZipcode (Payment) Viper Method
- This.Data (ViewSource) Viper Method
- This.Data Viper Method
- This.DefaultResultFormat (XLinks) Viper Method
- This.DefaultRowFormat (XLinks) Viper Method
- This.Delete (XmlProcessor) Viper Method
- This.Delete Viper Method
- This.DocTypeHeader Viper Method
- This.DocumentBody Viper Method
- This.DocumentBodyNode Viper Method
- This.EditedSmartlet (SmartletEditor) Viper Method
- This.EditorUseLocation (SmartletEditor) Viper Method
- This.Enable (CacheFile) Viper Method
- This.Error.InnerException.Message Viper Method
- This.Error.InnerException.SmartsiteCode Viper Method
- This.Error.InnerException.Throw Viper Method
- This.Error.InnerException.ToString Viper Method
- This.Error.InnerException.Type Viper Method
- This.Error.Message Viper Method
- This.Error.SmartsiteCode Viper Method
- This.Error.Throw Viper Method
- This.Error.ToString Viper Method
- This.Error.Type Viper Method
- This.Evaluate (XmlProcessor) Viper Method
- This.Exists (Json) Viper Method
- This.Expires Viper Method
- This.ExtractBinary (XmlProcessor) Viper Method
- This.ExtraData (Payment) Viper Method
- This.ExtraElements (SmartletBox) Viper Method
- This.Facet (FacetedSearchQueryBuilder) Viper Method
- This.Facet (FacetedSearchQueryBuilder20) Viper Method
- This.FacetSelectFields (FacetedSearchQueryBuilder) Viper Method
- This.FacetSelectFields (FacetedSearchQueryBuilder20) Viper Method
- This.FacetWhereClause (FacetedSearchQueryBuilder) Viper Method
- This.FacetWhereClause (FacetedSearchQueryBuilder20) Viper Method
- This.Field Viper Method
- This.Field.Exists Viper Method
- This.FieldName (FacetedSearchQueryBuilder) Viper Method
- This.FieldName (FacetedSearchQueryBuilder20) Viper Method
- This.FieldWeight (FacetedSearchQueryBuilder) Viper Method
- This.FieldWeight (FacetedSearchQueryBuilder20) Viper Method
- This.FindExact Viper Method
- This.FindExtension Viper Method
- This.FirstResult (Paging) Viper Method
- This.Footer (SmartletEditor) Viper Method
- This.ForceLayout (FlexLayout) Viper Method
- This.FormAttribs (SmartletBox) Viper Method
- This.FreetextTablesearch (FacetedSearchQueryBuilder20) Viper Method
- This.Get (Json) Viper Method
- This.GetAttribute (XmlProcessor) Viper Method
- This.GetByPosition (Json) Viper Method
- This.GetCacheKey (Cache) Viper Method
- This.getcount (Chart) Viper Method
- This.GetDocType Viper Method
- This.GetEncoded (Json) Viper Method
- This.GetEncodedValue (Json) Viper Method
- This.GetEncoding Viper Method
- This.GetForcedResult Viper Method
- This.GetInnerXml (XmlProcessor) Viper Method
- This.GetJson (Json) Viper Method
- This.GetJsonTypeName (Json) Viper Method
- This.GetJsonTypeName (Json) Viper Method
- This.GetLabel (SmartletEditor) Viper Method
- This.GetLocalNodeName (XmlProcessor) Viper Method
- This.GetMaxYValue (Chart) Viper Method
- This.GetMinYValue (Chart) Viper Method
- This.GetNameByPosition (Json) Viper Method
- This.GetNamespaceUri (XmlProcessor) Viper Method
- This.GetNodeName (XmlProcessor) Viper Method
- This.GetOmitXmlDeclaration (XHtmlPage) Viper Method
- This.GetParameter Viper Method
- This.GetPollItem (Poll) Viper Method
- This.GetPrefix (XmlProcessor) Viper Method
- This.getseriesname (Chart) Viper Method
- This.GetTotalCount (Paging) Viper Method
- This.GetTypedValue (XmlProcessor) Viper Method
- This.GetValue (Json) Viper Method
- This.GetValue (XmlProcessor) Viper Method
- This.GetValueByPosition (Json) Viper Method
- This.GetXml (XmlProcessor) Viper Method
- This.GoTo (Paging) Viper Method
- This.Group Viper Method
- This.GroupCount Viper Method
- This.GroupNumber Viper Method
- This.GroupResult Viper Method
- This.GroupRowNumber Viper Method
- This.HasUserVoted (Poll) Viper Method
- This.HeadSection Viper Method
- This.Height (SmartletBox) Viper Method
- This.Ignore (CacheFile) Viper Method
- This.ImageId (Image) Viper Method
- This.Index (For) Viper Method
- This.InfoLabel (SmartletEditor) Viper Method
- This.Initialized (Paging) Viper Method
- This.InnerClass (SmartletBox) Viper Method
- This.InsertAfter (XmlProcessor) Viper Method
- This.InsertBefore (XmlProcessor) Viper Method
- This.InsertNodeAfter (XmlProcessor) Viper Method
- This.InsertNodeBefore (XmlProcessor) Viper Method
- This.isActive (Poll) Viper Method
- This.IsBaseQuery (FacetedSearchQueryBuilder) Viper Method
- This.IsBaseQuery (FacetedSearchQueryBuilder20) Viper Method
- This.IsCached (Cache) Viper Method
- This.IsDirectory (Dir) Viper Method
- This.isMultiSelect (Poll) Viper Method
- This.ItemFormat (FeedReader) Viper Method
- This.ItemFormat (SiteMap) Viper Method
- This.JoinClause (FacetedSearchQueryBuilder) Viper Method
- This.JoinClause (FacetedSearchQueryBuilder20) Viper Method
- This.Key.Add (CacheFile) Viper Method
- This.Key.RemoveChannelDependency (CacheFile) Viper Method
- This.LastModified Viper Method
- This.LastResult (Paging) Viper Method
- This.Length (Json) Viper Method
- This.Length Viper Method
- This.Level Viper Method
- This.LevelResult Viper Method
- This.LevelRowNumber Viper Method
- This.Load (Json) Viper Method
- This.Location (Paging) Viper Method
- This.Location Viper Method
- This.MaxRows Viper Method
- This.MimeType (Json) Viper Method
- This.MimeType Viper Method
- This.Mode (FacetedSearchQueryBuilder) Viper Method
- This.Mode (FacetedSearchQueryBuilder20) Viper Method
- This.Name Viper Method
- This.Offset (Paging) Viper Method
- This.OnClick (Image) Viper Method
- This.OrderBy (FacetedSearchQueryBuilder) Viper Method
- This.OrderBy (FacetedSearchQueryBuilder20) Viper Method
- This.OrderId (Payment) Viper Method
- This.OuterClass (SmartletBox) Viper Method
- This.OuterId (SmartletBox) Viper Method
- This.OutputColorDepth (Image) Viper Method
- This.OutputCommandOrder (Image) Viper Method
- This.OutputFileSize (Image) Viper Method
- This.OutputFileType (Image) Viper Method
- This.OutputFrameCount (Image) Viper Method
- This.OutputHeight (Image) Viper Method
- This.OutputLocation (Image) Viper Method
- This.OutputResolutionUnit (Image) Viper Method
- This.OutputResolutionX (Image) Viper Method
- This.OutputResolutionY (Image) Viper Method
- This.OutputStyle (Image) Viper Method
- This.OutputWidth (Image) Viper Method
- This.param Viper Method
- This.ParameterExists Viper Method
- This.ParentLevel (Parents) Viper Method
- This.PaymentMethod (Payment) Viper Method
- This.PopularityWeight (FacetedSearchQueryBuilder) Viper Method
- This.PopularityWeight (FacetedSearchQueryBuilder20) Viper Method
- This.PopulateDatatable (XmlProcessor) Viper Method
- This.PreviewPane (SmartletEditor) Viper Method
- This.Price (ShoppingCart) Viper Method
- This.Products (ShoppingCart) Viper Method
- This.Question (Poll) Viper Method
- This.Rank (Tags) Viper Method
- This.RankingFields (FacetedSearchQueryBuilder) Viper Method
- This.RankingFields (FacetedSearchQueryBuilder20) Viper Method
- This.RankingStatement (FacetedSearchQueryBuilder) Viper Method
- This.RankingStatement (FacetedSearchQueryBuilder20) Viper Method
- This.RawField Viper Method
- This.Redirect (Payment) Viper Method
- This.Remove (Json) Viper Method
- This.Remove (ShoppingCart) Viper Method
- This.RemoveAll (ShoppingCart) Viper Method
- This.RemoveAttribute (XmlProcessor) Viper Method
- This.RemoveNamespace (XmlProcessor) Viper Method
- This.Render (Application) Viper Method
- This.Render Viper Method
- This.Rendered Viper Method
- This.RenderedChannel (References) Viper Method
- This.RenderTime Viper Method
- This.ResponseCookies (EmbedUri) Viper Method
- This.ResponseHeaders (EmbedUri) Viper Method
- This.ResponseHeaders Viper Method
- This.ResponseTime Viper Method
- This.Result Viper Method
- This.Result Viper Method
- This.ResultChannelCode (FacetedSearchQueryBuilder) Viper Method
- This.ResultChannelCode (FacetedSearchQueryBuilder20) Viper Method
- This.ResultChannelJoins (FacetedSearchQueryBuilder) Viper Method
- This.ResultChannelJoins (FacetedSearchQueryBuilder20) Viper Method
- This.RowCount Viper Method
- This.RowNumber Viper Method
- This.RowResult Viper Method
- This.Search Viper Method
- This.SearchCondition (FacetedSearchQueryBuilder) Viper Method
- This.SearchCondition (FacetedSearchQueryBuilder20) Viper Method
- This.SearchGroupViewName (FacetedSearchQueryBuilder) Viper Method
- This.SearchGroupViewName (FacetedSearchQueryBuilder20) Viper Method
- This.SearchQuery (FacetedSearchQueryBuilder) Viper Method
- This.SearchQuery (FacetedSearchQueryBuilder20) Viper Method
- This.SelectFields (FacetedSearchQueryBuilder) Viper Method
- This.SelectFields (FacetedSearchQueryBuilder20) Viper Method
- This.SeoPriority (FacetedSearchQueryBuilder) Viper Method
- This.SeoPriority (FacetedSearchQueryBuilder20) Viper Method
- This.Serial (Payment) Viper Method
- This.Serve (CacheFile) Viper Method
- This.Set (Json) Viper Method
- This.SetAttribute (XmlProcessor) Viper Method
- This.SetCurrentPage (Paging) Viper Method
- This.SetCustomDocType Viper Method
- This.SetDocType Viper Method
- This.SetEncoding Viper Method
- This.SetForcedResult Viper Method
- This.SetInnerXml (XmlProcessor) Viper Method
- This.SetNamespace (XmlProcessor) Viper Method
- This.SetNull (Json) Viper Method
- This.SetOmitXmlDeclaration (XHtmlPage) Viper Method
- This.SetProductCount (ShoppingCart) Viper Method
- This.SetResult (XmlProcessor) Viper Method
- This.SetTotalCount (Paging) Viper Method
- This.SetValue (Json) Viper Method
- This.SetValue (XmlProcessor) Viper Method
- This.SetXmlVersion (XHtmlPage) Viper Method
- This.SiblingCount (Siblings) Viper Method
- This.SiblingExists (Siblings) Viper Method
- This.Size (Dir) Viper Method
- This.Size (Paging) Viper Method
- This.Size Viper Method
- This.Skip (Paging) Viper Method
- This.SkipRows Viper Method
- This.SmartletName (SmartletEditor) Viper Method
- This.Status (Payment) Viper Method
- This.StatusCode Viper Method
- This.Step (For) Viper Method
- This.Summary (Payment) Viper Method
- This.SXMLPath Viper Method
- This.TableOrView (FacetedSearchQueryBuilder) Viper Method
- This.TableOrView (FacetedSearchQueryBuilder20) Viper Method
- This.TaxGroups (ShoppingCart) Viper Method
- This.TaxTotals (ShoppingCart) Viper Method
- This.Title (Dir) Viper Method
- This.Title (Image) Viper Method
- This.Title (SmartletEditor) Viper Method
- This.Title Viper Method
- This.ToDisplay (ShoppingCart) Viper Method
- This.ToString (ShoppingCart) Viper Method
- This.Totals (ShoppingCart) Viper Method
- This.TotalVotes (Poll) Viper Method
- This.ToXml (ShoppingCart) Viper Method
- This.UseBox (SmartletBox) Viper Method
- This.Value (Switch) Viper Method
- This.VisibleRowCount Viper Method
- This.VisibleRowNumber Viper Method
- This.Vote (Poll) Viper Method
- This.WhereClause (FacetedSearchQueryBuilder) Viper Method
- This.WhereClause (FacetedSearchQueryBuilder20) Viper Method
- This.Width (SmartletBox) Viper Method
- This.Xml (XmlProcessor) Viper Method
- This.XmlDeclaration (XHtmlPage) Viper Method
- This.XValue (Chart) Viper Method
- This.YValue (Chart) Viper Method
- SXML Data Types
- Examples
- Tips & Tricks