Search Results for

    Show / Hide Table of Contents

    Class CmsParameter

    The Object Type 155. This object type defines 'Parameters' that can be assigned to a 'Job Definition', for example. A 'Parameter' is defined by a 'Name' and an 'Attribute' and can be used to influence a function output through a maintained value.

    Inheritance
    object
    CmsObject
    CmsParameter
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsParameter : CmsObject

    Properties

    ParameterAttributeRef

    Get or set value of attribute 15502

    Declaration
    public int? ParameterAttributeRef { get; set; }
    Property Value
    Type Description
    int?

    ParameterName

    Get or set value of attribute 15501

    Declaration
    public string ParameterName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.31rc