Search Results

2
votes

Scope of a timer job feature

It depends entirely on your scenario. The timer jobs I've written so far I have scoped by web application (it's just a matter of modifying your feature.xml). However, depending on what your timer j …
1
vote

Hiding a SharePoint Custom Field Type in Edit and Create mode

Generally you set the SPField.ReadOnlyField property to True to achieve the desired behaviour for any field. (Don't forget to SPField.Update accordingly!) There is an equivalent CAML attribute for …