ContentTypePropertyCollection.Add

Add(string, string)

Adds content type property information.

public int Add(string name, string value)
ParameterTypeDescription
nameStringThe name of the content type property.
valueStringThe value of the content type property.

See Also


Add(string, string, string)

Adds content type property information.

public int Add(string name, string value, string type)
ParameterTypeDescription
nameStringThe name of the content type property.
valueStringThe value of the content type property.
typeStringThe type of the content type property.

See Also