Cms Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Cms.Asset.AddItem Viper Method | Adds an Asset Item. |
Cms.Asset.AddItemFromXml Viper Method | Adds an Asset Item. |
Cms.Asset.AddMultipleItems Viper Method | Creates multiple asset items from the urls specified within the xml data. |
Cms.Asset.Delete Viper Method | Deletes the specified Asset Items and any referenced files. |
Cms.Asset.GetAssetFolderConfigurationNode Viper Method | Gets the Asset Folder configuration xml for the specified asset folder. |
Cms.Asset.GetAssetFolderNameByRootItem Viper Method | Gets the Asset Folder Name for the specified Asset Root Item. |
Cms.Asset.GetAssetLocation Viper Method | Gets the Asset location for the specified item. |
Cms.Asset.GetDerivedItem Viper Method | Returns the derived item number when the specified location refers to an asset item. |
Cms.Asset.GetDerivedItems Viper Method | Returns all derived images for a given asset. |
Cms.Asset.GetItemNumber Viper Method | Returns the item number of the corresponding asset item when the specified location refers to an asset item. |
Cms.Asset.GetSourceLocation Viper Method | Gets the Asset source location for the specified item. If not available or empty, the Asset location is returned. |
Cms.Asset.IsAssetItemReference Viper Method | Determines if the specified location refers to an Asset Item. |
Cms.Asset.IsDeleteAllowed Viper Method | Determines if the specified Asset Item's AssetFolder configuration allows deletion of items. |
Cms.Asset.StartSynchronize Viper Method | Starts the AssetFolder synchronization (through the configured scheduled job). |
Cms.Asset.UpdateItem Viper Method | Updates an Asset Item. |
Cms.Asset.ValidateFile Viper Method | Validates the specified file. |
Cms.ContentTypes Viper Method | Gets the content types. |
Cms.GetChild Viper Method | Returns the first item of the given contenttype under the given parent. |
Cms.GetIsInSubTreeWhereClause Viper Method | Creates a condition that can be added to the where clause of a sql query to test for inclusion in a given subtree. |
Cms.GetItemCode Viper Method | Returns the item code of the item with the given number. |
Cms.GetItemNumber Viper Method | Returns the item number of the item with the given code. |
Cms.GetLocalItemCode Viper Method | Returns the publication-independant part of the item code. |
Cms.GetNotInSubTreeWhereClause Viper Method | Creates a condition that can be added to the where clause of a sql query to test for exclusion from a given subtree. |
Cms.GetPublication Viper Method | Returns the number of the Publication of the current item. |
Cms.GetPublicationChannel Viper Method | Returns the number of the Publication Channel of the current item. |
Cms.Hierarchy.GetChildCount Viper Method | Returns the number of direct children of the given item |
Cms.Hierarchy.GetChildren Viper Method | Gets the children of the specified item. |
Cms.Hierarchy.GetDepth Viper Method | Returns the hierarchic depth of the given item. |
Cms.Hierarchy.GetDescendantByTitle Viper Method | Gets a child item relative to the given root item by title. |
Cms.Hierarchy.GetParent Viper Method | Returns the item number of the item's parent. |
Cms.Hierarchy.GetSubTree Viper Method | Gets the closest related sub tree for the given item. |
Cms.Hierarchy.GetSubTreesList Viper Method | Gets a list of all sub trees the given item belongs to. |
Cms.Hierarchy.IsChildOf Viper Method | Returns true if the given item is a child of the given parent. |
Cms.Hierarchy.IsFolder Viper Method | Returns true if the given item is a folder. |
Cms.Hierarchy.IsMemberOfAnySubTree Viper Method | Determines whether the specified item is a member of any of the given sub trees. |
Cms.Hierarchy.IsMemberOfSubTree Viper Method | Determines whether the specified item is a member of the given sub tree. |
Cms.Repository.GetRepository Viper Method | Gets the repository folder of the specified repository item. |
See Also
-
Cms.Asset.AddItem Viper Method
Adds an Asset Item. -
Cms.Asset.AddItemFromXml Viper Method
Adds an Asset Item. -
Cms.Asset.AddMultipleItems Viper Method
Creates multiple asset items from the urls specified within the xml data. -
Cms.Asset.Delete Viper Method
Deletes the specified Asset Items and any referenced files. -
Cms.Asset.GetAssetFolderConfigurationNode Viper Method
Gets the Asset Folder configuration xml for the specified asset folder. -
Cms.Asset.GetAssetFolderNameByRootItem Viper Method
Gets the Asset Folder Name for the specified Asset Root Item. -
Cms.Asset.GetAssetLocation Viper Method
Gets the Asset location for the specified item. -
Cms.Asset.GetDerivedItem Viper Method
Returns the derived item number when the specified location refers to an asset item. -
Cms.Asset.GetDerivedItems Viper Method
Returns all derived images for a given asset. -
Cms.Asset.GetItemNumber Viper Method
Returns the item number of the corresponding asset item when the specified location refers to an asset item. -
Cms.Asset.GetSourceLocation Viper Method
Gets the Asset source location for the specified item. If not available or empty, the Asset location is returned. -
Cms.Asset.IsAssetItemReference Viper Method
Determines if the specified location refers to an Asset Item. -
Cms.Asset.IsDeleteAllowed Viper Method
Determines if the specified Asset Item's AssetFolder configuration allows deletion of items. -
Cms.Asset.StartSynchronize Viper Method
Starts the AssetFolder synchronization (through the configured scheduled job). -
Cms.Asset.UpdateItem Viper Method
Updates an Asset Item. -
Cms.Asset.ValidateFile Viper Method
Validates the specified file. -
Cms.ContentTypes Viper Method
Gets the content types. -
Cms.GetChild Viper Method
Returns the first item of the given contenttype under the given parent. -
Cms.GetIsInSubTreeWhereClause Viper Method
Creates a condition that can be added to the where clause of a sql query to test for inclusion in a given subtree. -
Cms.GetItemCode Viper Method
Returns the item code of the item with the given number. -
Cms.GetItemNumber Viper Method
Returns the item number of the item with the given code. -
Cms.GetLocalItemCode Viper Method
Returns the publication-independant part of the item code. -
Cms.GetNotInSubTreeWhereClause Viper Method
Creates a condition that can be added to the where clause of a sql query to test for exclusion from a given subtree. -
Cms.GetPublication Viper Method
Returns the number of the Publication of the current item. -
Cms.GetPublicationChannel Viper Method
Returns the number of the Publication Channel of the current item. -
Cms.Hierarchy.GetChildCount Viper Method
Returns the number of direct children of the given item -
Cms.Hierarchy.GetChildren Viper Method
Gets the children of the specified item. -
Cms.Hierarchy.GetDepth Viper Method
Returns the hierarchic depth of the given item. -
Cms.Hierarchy.GetDescendantByTitle Viper Method
Gets a child item relative to the given root item by title. -
Cms.Hierarchy.GetParent Viper Method
Returns the item number of the item's parent. -
Cms.Hierarchy.GetSubTree Viper Method
Gets the closest related sub tree for the given item. -
Cms.Hierarchy.GetSubTreesList Viper Method
Gets a list of all sub trees the given item belongs to. -
Cms.Hierarchy.IsChildOf Viper Method
Returns true if the given item is a child of the given parent. -
Cms.Hierarchy.IsFolder Viper Method
Returns true if the given item is a folder. -
Cms.Hierarchy.IsMemberOfAnySubTree Viper Method
Determines whether the specified item is a member of any of the given sub trees. -
Cms.Hierarchy.IsMemberOfSubTree Viper Method
Determines whether the specified item is a member of the given sub tree. -
Cms.Repository.GetRepository Viper Method
Gets the repository folder of the specified repository item.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
-
- Cms.Asset.AddItem Viper Method
- Cms.Asset.AddItemFromXml Viper Method
- Cms.Asset.AddMultipleItems Viper Method
- Cms.Asset.Delete Viper Method
- Cms.Asset.GetAssetFolderConfigurationNode Viper Method
- Cms.Asset.GetAssetFolderNameByRootItem Viper Method
- Cms.Asset.GetAssetLocation Viper Method
- Cms.Asset.GetDerivedItem Viper Method
- Cms.Asset.GetDerivedItems Viper Method
- Cms.Asset.GetItemNumber Viper Method
- Cms.Asset.GetSourceLocation Viper Method
- Cms.Asset.IsAssetItemReference Viper Method
- Cms.Asset.IsDeleteAllowed Viper Method
- Cms.Asset.StartSynchronize Viper Method
- Cms.Asset.UpdateItem Viper Method
- Cms.Asset.ValidateFile Viper Method
- Cms.ContentTypes Viper Method
- Cms.GetChild Viper Method
- Cms.GetIsInSubTreeWhereClause Viper Method
- Cms.GetItemCode Viper Method
- Cms.GetItemNumber Viper Method
- Cms.GetLocalItemCode Viper Method
- Cms.GetNotInSubTreeWhereClause Viper Method
- Cms.GetPublication Viper Method
- Cms.GetPublicationChannel Viper Method
- Cms.Hierarchy.GetChildCount Viper Method
- Cms.Hierarchy.GetChildren Viper Method
- Cms.Hierarchy.GetDepth Viper Method
- Cms.Hierarchy.GetDescendantByTitle Viper Method
- Cms.Hierarchy.GetParent Viper Method
- Cms.Hierarchy.GetSubTree Viper Method
- Cms.Hierarchy.GetSubTreesList Viper Method
- Cms.Hierarchy.IsChildOf Viper Method
- Cms.Hierarchy.IsFolder Viper Method
- Cms.Hierarchy.IsMemberOfAnySubTree Viper Method
- Cms.Hierarchy.IsMemberOfSubTree Viper Method
- Cms.Repository.GetRepository Viper Method
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks