Method | Description | |
---|---|---|
NotAuthorizedToEdit ( string itemFriendlyName ) : string |
Nots the authorized to edit.
|
|
NotAuthorizedToView ( string itemFriendlyName ) : string |
Nots the authorized to view.
|
|
ReadOnlyEditActionNotAllowed ( string itemFriendlyName ) : string |
Returns a message in the format: ""
|
|
ReadOnlySystem ( string itemFriendlyName ) : string |
Returns a message in the format: " NoteBecause this {0} is used by Rock, editing is not enabled."
|
|
System ( string itemFriendlyName ) : string |
Returns a message in the format: " NoteBecause this {0} is used by Rock, editing is restricted."
|
public static NotAuthorizedToEdit ( string itemFriendlyName ) : string | ||
itemFriendlyName | string | Name of the item friendly. |
return | string |
public static NotAuthorizedToView ( string itemFriendlyName ) : string | ||
itemFriendlyName | string | Name of the item friendly. |
return | string |
public static ReadOnlyEditActionNotAllowed ( string itemFriendlyName ) : string | ||
itemFriendlyName | string | Name of the item field. |
return | string |
public static ReadOnlySystem ( string itemFriendlyName ) : string | ||
itemFriendlyName | string | Name of the item friendly. |
return | string |
public static System ( string itemFriendlyName ) : string | ||
itemFriendlyName | string | Name of the item friendly. |
return | string |