PFDataHubCanCreateItem Method |
Checks if the current user can create an item in the specified content-type.
Returns "OK" if validated, else returns a translated error message.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public string CanCreateItem(
long applicationId,
long contentTypeId
)
Parameters
- applicationId
- Type: SystemInt64
- contentTypeId
- Type: SystemInt64
Return Value
Type:
StringSee Also