PageCommandsServicesGetContentItemAllowed Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<bool> GetContentItemAllowed(
string id
)
Public Function GetContentItemAllowed (
id As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ GetContentItemAllowed(
String^ id
) sealed
abstract GetContentItemAllowed :
id : string -> XHRServiceResponseGeneric<bool>
override GetContentItemAllowed :
id : string -> XHRServiceResponseGeneric<bool> Parameters
- id String
[Missing <param name="id"/> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
Return Value
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
See Also