WebCenter Interaction API  
 

IPTDocumentType.SetDefaultValue Method

Sets the default value of a property id.

Overload List

Sets the default value of a property id.

void SetDefaultValue(int,XPDateTime);

Sets the default value of a property id.

void SetDefaultValue(int,byte);

Sets the default value of a property id.

void SetDefaultValue(int,double);

Sets the default value of a property id.

void SetDefaultValue(int,int);

Sets the default value of a property id.

void SetDefaultValue(int,object);

Sets the default value of a property id.

void SetDefaultValue(int,float);

Sets the default value of a property id.

void SetDefaultValue(int,string);

See Also

IPTDocumentType Interface | com.plumtree.server Namespace