You are here

propertyDefinitionForPropertyWithName

- (AlfrescoPropertyDefinition *)propertyDefinitionForPropertyWithName:(NSString *)name; - Returns the property definition for the property with the given name or nil if it does not exist.

Parameters

(NSString *) name
Property name.

Returns

Returns (AlfrescoPropertyDefinition *) the property definition.

Example